Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Suya1671 committed May 22, 2024
2 parents 24c9568 + 837498d commit cad1bc8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 0 additions & 2 deletions systems/modules/greetd/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,4 @@
};
};
};

security.pam.services.greetd.enableGnomeKeyring = true;
}
2 changes: 1 addition & 1 deletion users/modules/niri.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
theme = config.lib.stylix.colors;
in {
xdg.portal.extraPortals = [pkgs.xdg-desktop-portal-gtk pkgs.xdg-desktop-portal-gnome pkgs.gnome-keyring];
home.packages = [ pkgs.swww pkgs.brightnessctl ];
home.packages = [ pkgs.swww pkgs.brightnessctl pkgs.wl-clipboard ];
programs.niri.settings = {
binds = with config.lib.niri.actions; let
sh = spawn "sh" "-c";
Expand Down
2 changes: 2 additions & 0 deletions users/modules/nushell/config/config.nu
Original file line number Diff line number Diff line change
Expand Up @@ -500,6 +500,8 @@ $env.config.completions.external = {

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

$env.SSH_AUTH_SOCK = /run/user/1000/keyring/ssh

if $cachixExists {
open /etc/cachix-agent.token | lines | parse "{name}={value}" | reduce -f {} { |it, acc| $acc | upsert $it.name $it.value } | load-env
}

0 comments on commit cad1bc8

Please sign in to comment.