Add empty package config to EDI
This commit is contained in:
parent
ba8275abc5
commit
31e2300c58
|
@ -22,6 +22,9 @@
|
||||||
./package-configs/plasma-desktop/configuration.nix
|
./package-configs/plasma-desktop/configuration.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
|
home.packages = with pkgs; [
|
||||||
|
];
|
||||||
|
|
||||||
# https://nixos.wiki/wiki/FAQ/When_do_I_update_stateVersion
|
# https://nixos.wiki/wiki/FAQ/When_do_I_update_stateVersion
|
||||||
home.stateVersion = "24.05";
|
home.stateVersion = "24.05";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue