fixed zsh.nix, fixed mars directory profile
This commit is contained in:
parent
47264425ea
commit
0a27190871
2 changed files with 10 additions and 10 deletions
|
@ -1,9 +1,9 @@
|
|||
_: {
|
||||
imports = [
|
||||
../../options/boot/grub-boot.nix
|
||||
../../options/desktop/fonts.nix
|
||||
../../options/common/networking.nix
|
||||
../../options/common/gpu/nvidia.nix
|
||||
../../../options/boot/grub-boot.nix
|
||||
../../../options/desktop/fonts.nix
|
||||
../../../options/common/networking.nix
|
||||
../../../options/common/gpu/nvidia.nix
|
||||
# ../../options/common/pin-registry.nix
|
||||
# ../../options/common/preserve-system.nix
|
||||
#../../options/
|
||||
|
|
|
@ -55,7 +55,7 @@ in {
|
|||
cd = "z";
|
||||
nv = "nvim";
|
||||
#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;
|
||||
initExtraFirst = mkIf cfg.profiling "zmodload zsh/zprof";
|
||||
|
@ -83,7 +83,7 @@ in {
|
|||
};
|
||||
}
|
||||
];
|
||||
oh-my-zsh = mkIf cfg.oh-my-zsh.enable {
|
||||
oh-my-zsh = mkIf cfg.oh-my-zsh {
|
||||
enable = cfg.oh-my-zsh.enable;
|
||||
theme = cfg.oh-my-zsh.theme;
|
||||
plugins = cfg.oh-my-zsh.plugins;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue