Desktop: restructure folder structure
This commit is contained in:
parent
bb6c9ea5d1
commit
ade2927e8b
7 changed files with 19 additions and 4 deletions
6
roles/desktop/default.nix
Executable file → Normal file
6
roles/desktop/default.nix
Executable file → Normal file
|
|
@ -2,9 +2,7 @@
|
||||||
|
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
./discord.nix
|
./services
|
||||||
./firefox.nix
|
./programs
|
||||||
./micro.nix
|
|
||||||
./keepassxc.nix
|
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
10
roles/desktop/programs/default.nix
Executable file
10
roles/desktop/programs/default.nix
Executable file
|
|
@ -0,0 +1,10 @@
|
||||||
|
{ ... }:
|
||||||
|
|
||||||
|
{
|
||||||
|
imports = [
|
||||||
|
./discord.nix
|
||||||
|
./firefox.nix
|
||||||
|
./micro.nix
|
||||||
|
./keepassxc.nix
|
||||||
|
];
|
||||||
|
}
|
||||||
7
roles/desktop/services/default.nix
Normal file
7
roles/desktop/services/default.nix
Normal file
|
|
@ -0,0 +1,7 @@
|
||||||
|
{ ... }:
|
||||||
|
|
||||||
|
{
|
||||||
|
imports = [
|
||||||
|
|
||||||
|
];
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue