mirror of
https://github.com/davegallant/nix-config
synced 2025-08-06 11:23:40 +00:00
Bump flake.lock and fix stateVersion
This commit is contained in:
@@ -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";
|
||||
|
Reference in New Issue
Block a user