Skip to content

Commit cad1bc8

Browse files
committed
2 parents 24c9568 + 837498d commit cad1bc8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

systems/modules/greetd/default.nix

-2
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,4 @@
2828
};
2929
};
3030
};
31-
32-
security.pam.services.greetd.enableGnomeKeyring = true;
3331
}

users/modules/niri.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
theme = config.lib.stylix.colors;
33
in {
44
xdg.portal.extraPortals = [pkgs.xdg-desktop-portal-gtk pkgs.xdg-desktop-portal-gnome pkgs.gnome-keyring];
5-
home.packages = [ pkgs.swww pkgs.brightnessctl ];
5+
home.packages = [ pkgs.swww pkgs.brightnessctl pkgs.wl-clipboard ];
66
programs.niri.settings = {
77
binds = with config.lib.niri.actions; let
88
sh = spawn "sh" "-c";

users/modules/nushell/config/config.nu

+2
Original file line numberDiff line numberDiff line change
@@ -500,6 +500,8 @@ $env.config.completions.external = {
500500

501501
let cachixExists = ("/etc/cachix-agent.token" | path exists)
502502

503+
$env.SSH_AUTH_SOCK = /run/user/1000/keyring/ssh
504+
503505
if $cachixExists {
504506
open /etc/cachix-agent.token | lines | parse "{name}={value}" | reduce -f {} { |it, acc| $acc | upsert $it.name $it.value } | load-env
505507
}

0 commit comments

Comments
 (0)