Bump flake.lock and fix stateVersion

This commit is contained in:
Dave Gallant
2022-12-19 23:03:33 -05:00
parent 01268aefaf
commit 1a2c6da648
4 changed files with 38 additions and 22 deletions

View File

@@ -15,7 +15,7 @@
};
inherit (pkgs) stdenv;
in {
home.stateVersion = "22.11";
home.stateVersion = "23.05";
services = {
gpg-agent = {
@@ -24,6 +24,10 @@ in {
defaultCacheTtlSsh = 3600;
enableSshSupport = true;
};
spotifyd = {
enable = true;
};
};
fonts.fontconfig.enable = true;
@@ -171,7 +175,6 @@ in {
shellAliases = {
".." = "cd ..";
c = "code";
docker = "podman";
g = "git";
gr = "cd $(git rev-parse --show-toplevel)";
gho = "gh repo view --web >/dev/null";