home: move a bunch of settings to defaultDesktopPack and baseline
also rename `apps` namespace to `programs`
This commit is contained in:
parent
9f38ea87a6
commit
d94b776ed9
19 changed files with 86 additions and 142 deletions
|
@ -9,36 +9,16 @@ with lib; {
|
|||
imports = [
|
||||
];
|
||||
|
||||
nix.registry = {
|
||||
"system".to = {
|
||||
type = "path";
|
||||
path = "/home/fabian/nix";
|
||||
};
|
||||
|
||||
"nixpkgs".flake = flakes.nixpkgs;
|
||||
"unstable".flake = flakes.unstable;
|
||||
};
|
||||
|
||||
local = {
|
||||
baseline.enable = true;
|
||||
|
||||
services = {
|
||||
zsh = {
|
||||
enable = true;
|
||||
prompt = "%B<%~> \${vcs_info_msg_0_}%b";
|
||||
};
|
||||
};
|
||||
|
||||
apps = {
|
||||
neovim.enable = true;
|
||||
zsh.prompt = "%B<%~> \${vcs_info_msg_0_}%b";
|
||||
};
|
||||
};
|
||||
|
||||
home = {
|
||||
packages = with pkgs; [
|
||||
];
|
||||
|
||||
username = "fabian";
|
||||
homeDirectory = "/home/fabian";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue