nix-da/home/graphical/default.nix

14 lines
244 B
Nix

{
imports = [
./firefox
./thunderbird
./vscode
./fuzzel.nix
./gammastep.nix # default because I need to protect my peepers
./swww.nix
./keepassxc.nix
./cliphist.nix
./swayidle.nix
./swaylock.nix
];
}