Desktop: restructure folder structure

This commit is contained in:
Toast 2023-07-04 08:06:17 +02:00
parent bb6c9ea5d1
commit ade2927e8b
7 changed files with 19 additions and 4 deletions

6
roles/desktop/default.nix Executable file → Normal file
View file

@ -2,9 +2,7 @@
{ {
imports = [ imports = [
./discord.nix ./services
./firefox.nix ./programs
./micro.nix
./keepassxc.nix
]; ];
} }

View file

@ -0,0 +1,10 @@
{ ... }:
{
imports = [
./discord.nix
./firefox.nix
./micro.nix
./keepassxc.nix
];
}

View file

@ -0,0 +1,7 @@
{ ... }:
{
imports = [
];
}