Commit Graph

14 Commits

Author SHA1 Message Date
diniamo 901363d1ac
treewide: refactor custom lib, merge lists in hm/nixos module (#323)
* treewide: refactor custom lib, merge lists in hm/nixos module

* lib/types(custom): clarify anythingConcatLists code

---------

Co-authored-by: raf <raf@notashelf.dev>
2024-07-11 22:49:44 +00:00
Gerg-L 8d5f23035d
treewide: cleanup (#324)
* statix, deadnix, alejandra

* _file

* _module.args

* concatStringsSep "\n" -> concatLines
concatStringsSep "\n" map -> concatMapStringsSep "\n"

* mkShell nativeBuildInputs -> packages
2024-07-08 21:57:58 +00:00
NotAShelf ab2685579a
flake/modules: alias `programs.nvf` to `programs.neovim-flake`
I will deprecate it in a future date, but for now it is fine.
2024-05-05 02:51:03 +03:00
NotAShelf 25dc887a8e
flake/modules: return manpage package as a singleton 2024-04-21 00:10:00 +03:00
NotAShelf 8ca0760b01
flake/modules: remove redundant lib calls 2024-04-20 23:52:48 +03:00
NotAShelf e982955540
modules: add documentation comments to internal variables 2024-04-20 23:42:48 +03:00
NotAShelf 6d681c2c08
flake/modules: add options to set default editor to nixos and home-manager modules 2024-04-20 19:00:58 +03:00
NotAShelf c53c8311fc
flake/modules: add finalPackage akin to nixos' neovim module 2024-04-14 17:13:57 +03:00
NotAShelf 8c4f32645b
Revert "flake/modules: remove builtPackage"
This reverts commit 2aa004b456.
2024-04-14 17:02:39 +03:00
NotAShelf 2aa004b456
flake/modules: remove builtPackage
causes evaluation errors
2024-04-14 16:57:40 +03:00
NotAShelf ebac4c87f4
flake: don't type check builtPackage 2024-04-14 16:51:20 +03:00
NotAShelf cf09a3bb8b
flake/modules: add nixos-module; expose builtPackage 2024-04-08 03:28:30 +03:00
NotAShelf 7c730a78e5
treewide: begin restructuring the module tree 2024-04-07 17:16:13 +03:00
NotAShelf 54a6e28e18
flake: move home-manager module to flake-parts root 2024-02-26 07:18:12 +03:00