| Commit message (Collapse) | Author |
|
From now on all modules should be added to the new `by-name` directory.
This should help remove the (superficial and utterly useless)
distinction between `home-manager` and `NixOS` modules.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This is useful in the nix repl
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Declaring things by their attribute name 'inputs', makes the lives of
linters and such exceptionally harder.
|
|
|
|
|
|
|
|
|
|
This stops nix from downloading the newest one, every time I use `nix
shell`
|
|
|
|
|
|
|