forked from fabian/nix_config
stateVersion synced across all configurations
This commit is contained in:
parent
a38110ee55
commit
80e5a5e8a6
4 changed files with 3 additions and 3 deletions
|
@ -14,6 +14,8 @@ in {
|
|||
xdg.enable = true;
|
||||
|
||||
home = {
|
||||
stateVersion = "24.05"; # DO NOT CHANGE
|
||||
|
||||
packages = with pkgs; [
|
||||
calc
|
||||
file
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue