fix: Rename ./nixos to ./system
This makes it clearer that it is the system configuration.
This commit is contained in:
parent
96008a0fcc
commit
00e193c0d4
6 changed files with 2 additions and 2 deletions
|
@ -132,7 +132,7 @@
|
|||
homeManagerModuleNixOS = import ./home { inherit overlays nvim-config; };
|
||||
nixosModule = {
|
||||
imports = [
|
||||
(import ./nixos { inherit stylix; })
|
||||
(import ./system { inherit stylix; })
|
||||
home-manager.nixosModules.home-manager
|
||||
];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue