started work on a new live environment nix config using impermanence

This commit is contained in:
2024-11-17 21:42:06 -05:00
parent 7a60cdd513
commit 6350837b37
7 changed files with 127 additions and 240 deletions

View File

@@ -58,7 +58,6 @@ in {
lolcat
vesktop
qbittorrent
neovide
zsh
zsh-syntax-highlighting
zsh-history-substring-search

View File

@@ -4,7 +4,7 @@
lib.mkEnableOption "enables my nixos settings";
};
config = lib.mkIf config.movOpts.sysEnv.nixSettings.enable {
system.stateVersion = "24.05";
system.stateVersion = "25.05";
nix = {
settings = {
auto-optimise-store = true;