fixed zsh.nix, fixed mars directory profile
This commit is contained in:
parent
3215d522dc
commit
558872a8f9
2 changed files with 10 additions and 10 deletions
|
@ -1,9 +1,9 @@
|
||||||
_: {
|
_: {
|
||||||
imports = [
|
imports = [
|
||||||
../../options/boot/grub-boot.nix
|
../../../options/boot/grub-boot.nix
|
||||||
../../options/desktop/fonts.nix
|
../../../options/desktop/fonts.nix
|
||||||
../../options/common/networking.nix
|
../../../options/common/networking.nix
|
||||||
../../options/common/gpu/nvidia.nix
|
../../../options/common/gpu/nvidia.nix
|
||||||
# ../../options/common/pin-registry.nix
|
# ../../options/common/pin-registry.nix
|
||||||
# ../../options/common/preserve-system.nix
|
# ../../options/common/preserve-system.nix
|
||||||
#../../options/
|
#../../options/
|
||||||
|
|
|
@ -55,7 +55,7 @@ in {
|
||||||
cd = "z";
|
cd = "z";
|
||||||
nv = "nvim";
|
nv = "nvim";
|
||||||
#TODO fix hardcoding of git repo path and profile name
|
#TODO fix hardcoding of git repo path and profile name
|
||||||
update = "sudo -p 'password: ' echo 'Your daughter is just a fork of your wife.' && sudo nixos-rebuild switch --flake \"${gitPath}#${config.myOptions.other.system.hostname}\" --log-format internal-json |& nom --json";
|
update = "sudo -p 'password: ' echo 'Your daughter is just a fork of your wife.' && sudo nixos-rebuild switch --flake \"${gitPath}#mars\" --log-format internal-json |& nom --json";
|
||||||
|
|
||||||
} // cfg.extraAliases;
|
} // cfg.extraAliases;
|
||||||
initExtraFirst = mkIf cfg.profiling "zmodload zsh/zprof";
|
initExtraFirst = mkIf cfg.profiling "zmodload zsh/zprof";
|
||||||
|
@ -83,11 +83,11 @@ in {
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
oh-my-zsh = mkIf cfg.oh-my-zsh.enable {
|
oh-my-zsh = mkIf cfg.oh-my-zsh {
|
||||||
enable = cfg.oh-my-zsh.enable;
|
enable = cfg.oh-my-zsh.enable;
|
||||||
theme = cfg.oh-my-zsh.theme;
|
theme = cfg.oh-my-zsh.theme;
|
||||||
plugins = cfg.oh-my-zsh.plugins;
|
plugins = cfg.oh-my-zsh.plugins;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue