diff --git a/hosts/sakowsl/configuration.nix b/hosts/sakowsl/configuration.nix index 06fe2661..17ef838f 100644 --- a/hosts/sakowsl/configuration.nix +++ b/hosts/sakowsl/configuration.nix @@ -51,6 +51,8 @@ ''; nix.settings.experimental-features = ["nix-command" "flakes"]; + services.gnome.gnome-keyring.enable = true; + # Home manager setup home-manager.useUserPackages = true; home-manager.users.sako = {pkgs, ...}: { @@ -62,8 +64,6 @@ source = ../../config/git; }; - services.gnome.gnome-keyring.enable = true; - # cure my sanity home.pointerCursor = { name = "Catppuccin-Mocha-Dark";