minor changes

This commit is contained in:
sadan 2024-10-02 17:37:35 -04:00
parent 5fca9d16c0
commit 5a8735684d
No known key found for this signature in database
3 changed files with 4 additions and 2 deletions

View file

@ -6,7 +6,7 @@
enable = true; enable = true;
extraArgs = "--keep-since 4d --keep 3"; extraArgs = "--keep-since 4d --keep 3";
}; };
flake = "/home/${NAME}/nixos" flake = "/home/${NAME}/nixos";
}; };
}; };
} }

View file

@ -4,6 +4,8 @@ let
_ = [ _ = [
"source ${pkgs.zsh-powerlevel10k}/share/zsh-powerlevel10k/powerlevel10k.zsh-theme" "source ${pkgs.zsh-powerlevel10k}/share/zsh-powerlevel10k/powerlevel10k.zsh-theme"
"source ${pkgs.zsh-syntax-highlighting}/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh" "source ${pkgs.zsh-syntax-highlighting}/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh"
"eval \"$(${pkgs.nh}/bin/nh completions --shell=zsh)\""
"eval \"$(${pkgs.nodejs_22}/bin/node --completion-bash)\""
"[[ ! -f ~/.p10k.zsh ]] || source ~/.p10k.zsh" "[[ ! -f ~/.p10k.zsh ]] || source ~/.p10k.zsh"
"setopt globstarshort" "setopt globstarshort"
]; ];

View file

@ -35,7 +35,7 @@
}) })
]; ];
}; };
desktop = nixpkgs.lib.nixosSystem { nix-desktop-evo4b5 = nixpkgs.lib.nixosSystem {
specialArgs = { inherit inputs; }; specialArgs = { inherit inputs; };
modules = [ modules = [
./boxes/desktop/configuration.nix ./boxes/desktop/configuration.nix