From 0cdb2ffb9cdfa6bddc5039be54f987c0a4b18999 Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Sun, 11 Feb 2024 16:14:05 +0400 Subject: [PATCH] whoops --- hosts/sakowsl/configuration.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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";