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;