mirror of
https://github.com/davegallant/nix-config
synced 2025-08-06 11:23:40 +00:00
Use 22.05 stateVersion in home-manager
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
};
|
||||
inherit (pkgs) stdenv;
|
||||
in {
|
||||
home.stateVersion = "23.05";
|
||||
home.stateVersion = "22.11";
|
||||
|
||||
services = {
|
||||
gpg-agent = {
|
||||
|
Reference in New Issue
Block a user