move common files like the desktop configuration and main.nix to common/

This commit is contained in:
randomuser 2023-08-01 15:46:57 -05:00
parent d4d25ff867
commit 360e549a5e
3 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
imports =
[
../modules/mail.nix
../main.nix
../common/main.nix
];
boot.loader.grub.enable = true;

View File

@ -3,7 +3,7 @@
{
imports =
[
./hardware-configuration.nix # include the results of the hardware scan
../hardware-configuration.nix # include the results of the hardware scan
];
networking.networkmanager.enable = true;