Desktop: restructure folder structure
This commit is contained in:
parent
bb6c9ea5d1
commit
ade2927e8b
7 changed files with 19 additions and 4 deletions
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
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue