Update kde-stuff with changes from main #5

Merged
Toast merged 27 commits from main into kde-stuff 2023-07-12 21:27:49 +02:00
7 changed files with 19 additions and 4 deletions
Showing only changes of commit ade2927e8b - Show all commits

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

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

View file

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

View file

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