nix/home/modules/desktop.nix
atagen 7485de646a current
linted
2025-02-02 17:07:42 +11:00

19 lines
304 B
Nix

{ pkgs, ... }:
{
imports = [
./cosmic.nix
./media-players.nix
./webapps.nix
./documents.nix
# ./creative.nix
./chat.nix
../programs/firefox.nix
../programs/wlogout.nix
];
home.packages = with pkgs; [
file-roller
nautilus
thunderbird
keepassxc
];
}