From a7b80b43a95d3ac84e9c86b8d74f2a617cb39dc8 Mon Sep 17 00:00:00 2001 From: "zastian@mrthoddata.com" Date: Thu, 14 Aug 2025 16:46:31 +0100 Subject: [PATCH] eabhdsfgvij --- configuration.nix | 2 ++ home/homePkgs.nix | 1 + home/stylix.nix | 2 +- 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/configuration.nix b/configuration.nix index b6e2d38..e815f68 100755 --- a/configuration.nix +++ b/configuration.nix @@ -174,6 +174,8 @@ in nixpkgs.config.allowUnfree = true; security.pam.services.swaylock = { }; + security.pam.services.hyprland.enableGnomeKeyring = true; + # List packages installed in system profile. To search, run: # $ nix search wget environment.systemPackages = with pkgs; [ diff --git a/home/homePkgs.nix b/home/homePkgs.nix index 7bc9a91..6e376b3 100755 --- a/home/homePkgs.nix +++ b/home/homePkgs.nix @@ -255,5 +255,6 @@ in # #platformio platformio + element-desktop ]; } diff --git a/home/stylix.nix b/home/stylix.nix index c963b5b..6cd98af 100755 --- a/home/stylix.nix +++ b/home/stylix.nix @@ -15,7 +15,7 @@ in targets.font-packages.enable = true; #targets.fontconfig.enable = true; targets.gtk.enable = true; - targets.kde.enable = true; + #targets.kde.enable = true; targets.qt.enable = true; targets.vscode.enable = true; targets.lazygit.enable = true;