fix: Rename ./nixos to ./system

This makes it clearer that it is the system configuration.
This commit is contained in:
Jalil David Salamé Messina 2024-02-18 15:43:37 +01:00
parent 96008a0fcc
commit 00e193c0d4
Signed by: jalil
GPG key ID: F016B9E770737A0B
6 changed files with 2 additions and 2 deletions

View file

@ -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
];