nixos/home/default.nix
Evie Litherland-Smith 653ac9b6c7 Switch default terminal emulator back to Konsole
Pin konsole and firefox to task launcher again

Move Emacs package management out of NixOS, handle in Emacs config
instead
2024-07-24 08:25:37 +01:00

15 lines
286 B
Nix

{...}: {
imports = [
# Programs
./desktop/default.nix
./shell/default.nix
./emacs/default.nix
./browser/default.nix
# Services
./services/email/default.nix
./services/password-store/default.nix
# Additional Scripts
./scripts/default.nix
];
}