Evie Litherland-Smith
63cc162824
Move up one level for consistency Add some custom shell indicators for starship
16 lines
314 B
Nix
16 lines
314 B
Nix
{...}: {
|
|
imports = [
|
|
# Programs
|
|
./desktop/default.nix
|
|
./shell/default.nix
|
|
./alacritty/default.nix
|
|
./emacs/default.nix
|
|
./browser/default.nix
|
|
# Services
|
|
./services/email/default.nix
|
|
./services/password-store/default.nix
|
|
# Additional Scripts
|
|
./scripts/default.nix
|
|
];
|
|
}
|