Evie Litherland-Smith
653ac9b6c7
Pin konsole and firefox to task launcher again Move Emacs package management out of NixOS, handle in Emacs config instead
15 lines
286 B
Nix
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
|
|
];
|
|
}
|