Skip to content

Commit

Permalink
feat: bump states
Browse files Browse the repository at this point in the history
  • Loading branch information
DavSanchez committed Feb 26, 2025
1 parent 3eaa020 commit 641798c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion home-manager/sierpe.nix
Original file line number Diff line number Diff line change
Expand Up @@ -99,5 +99,5 @@
catppuccin.flavor = "mocha";

# https://nixos.wiki/wiki/FAQ/When_do_I_update_stateVersion
home.stateVersion = "22.11";
home.stateVersion = "24.11";
}
4 changes: 2 additions & 2 deletions hosts/darwin/sierpe.nix
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@

## Other configs
# Enable sudo authentication with Touch ID
security.pam.enableSudoTouchIdAuth = true;
security.pam.services.sudo_local.touchIdAuth = true;

system.defaults.dock.autohide = true;
system.defaults.dock.mru-spaces = false;
Expand All @@ -237,5 +237,5 @@

# Used for backwards compatibility, please read the changelog before changing.
# $ darwin-rebuild changelog
system.stateVersion = 4;
system.stateVersion = 6;
}
2 changes: 1 addition & 1 deletion hosts/darwin/solio.nix
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@

## Other configs
# Enable sudo authentication with Touch ID
security.pam.enableSudoTouchIdAuth = true;
security.pam.services.sudo_local.touchIdAuth = true;

system.defaults.dock.autohide = true;
system.defaults.dock.expose-group-apps = false;
Expand Down

0 comments on commit 641798c

Please sign in to comment.