Misinterpreted something my bad
This commit is contained in:
parent
19d3299fde
commit
460899f2d7
|
@ -44,4 +44,7 @@
|
||||||
usbutils
|
usbutils
|
||||||
protonvpn-cli_2
|
protonvpn-cli_2
|
||||||
];
|
];
|
||||||
|
|
||||||
|
# https://nixos.wiki/wiki/FAQ/When_do_I_update_stateVersion
|
||||||
|
home.stateVersion = "24.05";
|
||||||
}
|
}
|
||||||
|
|
|
@ -26,7 +26,7 @@
|
||||||
./misc/filemanager.nix
|
./misc/filemanager.nix
|
||||||
./misc/gaming.nix
|
./misc/gaming.nix
|
||||||
./misc/xash3d.nix
|
./misc/xash3d.nix
|
||||||
#./misc/emulators.nix
|
./misc/emulators.nix
|
||||||
./misc/remotedesktop.nix
|
./misc/remotedesktop.nix
|
||||||
./misc/school.nix
|
./misc/school.nix
|
||||||
./misc/variables.nix
|
./misc/variables.nix
|
||||||
|
@ -47,14 +47,4 @@
|
||||||
nixdate = "sysdate; homedate; notify-send 'NixOS switch done.'";
|
nixdate = "sysdate; homedate; notify-send 'NixOS switch done.'";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
# Symlinks
|
|
||||||
home.file = {
|
|
||||||
"VMs" = {
|
|
||||||
source = config.lib.file.mkOutOfStoreSymlink "/etc/libvirt/VMs";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
# https://nixos.wiki/wiki/FAQ/When_do_I_update_stateVersion
|
|
||||||
home.stateVersion = "24.11";
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -49,6 +49,10 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
# https://nixos.wiki/wiki/FAQ/When_do_I_update_stateVersion
|
# Symlinks
|
||||||
home.stateVersion = "24.05";
|
home.file = {
|
||||||
|
"VMs" = {
|
||||||
|
source = config.lib.file.mkOutOfStoreSymlink "/etc/libvirt/VMs";
|
||||||
|
};
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -16,7 +16,4 @@
|
||||||
nixdate = "sysdate; homedate";
|
nixdate = "sysdate; homedate";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
# https://nixos.wiki/wiki/FAQ/When_do_I_update_stateVersion
|
|
||||||
home.stateVersion = "24.05";
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -13,7 +13,4 @@
|
||||||
homedate = "home-manager switch --flake ~/.home-manager/.#jimbo@SSH --extra-experimental-features 'nix-command flakes'";
|
homedate = "home-manager switch --flake ~/.home-manager/.#jimbo@SSH --extra-experimental-features 'nix-command flakes'";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
# https://nixos.wiki/wiki/FAQ/When_do_I_update_stateVersion
|
|
||||||
home.stateVersion = "24.05";
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue