mirror of
https://github.com/sadan4/dotfiles.git
synced 2024-11-16 23:04:39 -05:00
minor changes
This commit is contained in:
parent
5fca9d16c0
commit
5a8735684d
3 changed files with 4 additions and 2 deletions
|
@ -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";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -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"
|
||||||
];
|
];
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue