shuffle some prefs
This commit is contained in:
parent
3192b6ca09
commit
83f64681fd
23 changed files with 89 additions and 68 deletions
16
home/modules/desktop.nix
Normal file
16
home/modules/desktop.nix
Normal file
|
@ -0,0 +1,16 @@
|
|||
{pkgs, ...}: {
|
||||
imports = [
|
||||
./media-players.nix
|
||||
./webapps.nix
|
||||
./documents.nix
|
||||
./creative.nix
|
||||
./chat.nix
|
||||
../programs/firefox.nix
|
||||
];
|
||||
home.packages = with pkgs; [
|
||||
gnome.file-roller
|
||||
gnome.nautilus
|
||||
thunderbird
|
||||
keepassxc
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue