File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 28
28
} ;
29
29
} ;
30
30
} ;
31
-
32
- security . pam . services . greetd . enableGnomeKeyring = true ;
33
31
}
Original file line number Diff line number Diff line change 2
2
theme = config . lib . stylix . colors ;
3
3
in {
4
4
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 ] ;
6
6
programs . niri . settings = {
7
7
binds = with config . lib . niri . actions ; let
8
8
sh = spawn "sh" "-c" ;
Original file line number Diff line number Diff line change @@ -500,6 +500,8 @@ $env.config.completions.external = {
500
500
501
501
let cachixExists = (" /etc/cachix-agent.token" | path exists )
502
502
503
+ $env .SSH_AUTH_SOCK = /run/user/1000/keyring/ssh
504
+
503
505
if $cachixExists {
504
506
open /etc/cachix-agent.token | lines | parse " {name}={value}" | reduce - f {} { |it , acc | $acc | upsert $it.name $it.value } | load-env
505
507
}
You can’t perform that action at this time.
0 commit comments