options!!

This commit is contained in:
Noa Aarts 2024-11-10 18:09:55 +01:00
parent 50d7f505f3
commit c67220302a
Signed by: noa
GPG key ID: 1850932741EFF672
3 changed files with 27 additions and 22 deletions

View file

@ -22,8 +22,6 @@ in
programs.zsh = {
enable = true;
shellAliases = lib.mkIf cfg.enableAliases {
ll = "lsd -l";
lt = "lsd -l --tree";
update = "nix flake update --commit-lock-file $HOME/nixos && sudo nixos-rebuild switch --flake $HOME/nixos";
nb = "nix build -L";
ns = "nix shell -L";