Organise NixOS and Home Manager modules
This commit is contained in:
parent
501b5cd011
commit
3c7aa3f03e
31 changed files with 26 additions and 25 deletions
lib/nixos
|
@ -41,7 +41,7 @@ inputs.nixpkgs.lib.nixosSystem {
|
|||
};
|
||||
}
|
||||
|
||||
(import ./modules/awesome.nix {
|
||||
(import ../../modules/nixos/awesome.nix {
|
||||
inherit
|
||||
inputs
|
||||
pkgs
|
||||
|
@ -49,8 +49,8 @@ inputs.nixpkgs.lib.nixosSystem {
|
|||
username
|
||||
;
|
||||
})
|
||||
(import ./modules/autorandr.nix)
|
||||
(import ./modules/gnome.nix)
|
||||
(import ../../modules/nixos/autorandr.nix)
|
||||
(import ../../modules/nixos/gnome.nix)
|
||||
|
||||
configuration
|
||||
hardwareConfiguration
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue