fix: start keyring on start and use gdm
This commit is contained in:
parent
302375470f
commit
9e6a4f3559
3 changed files with 3 additions and 2 deletions
|
@ -33,7 +33,7 @@ mkIf osConfig.programs.hyprland.enable {
|
|||
|
||||
exec-once = [
|
||||
"${config.services.kdeconnect.package}/bin/kdeconnect-indicator"
|
||||
"${pkgs.keepassxc}/bin/keepassxc"
|
||||
"${getExe' pkgs.gnome-keyring "gnome-keyring-daemon"}"
|
||||
];
|
||||
|
||||
general = {
|
||||
|
|
|
@ -10,7 +10,7 @@ let
|
|||
in
|
||||
mkIf config.programs.ssh.enable {
|
||||
programs.ssh = {
|
||||
addKeysToAgent = "confirm";
|
||||
addKeysToAgent = "yes";
|
||||
matchBlocks = {
|
||||
deck = {
|
||||
hostname = "steamdeck";
|
||||
|
|
|
@ -56,6 +56,7 @@ in
|
|||
scripts.set-background
|
||||
scripts.fishl
|
||||
scripts.nrun
|
||||
scripts.nruni
|
||||
scripts.rpaste
|
||||
scripts.genswitch
|
||||
scripts.gentest
|
||||
|
|
Loading…
Add table
Reference in a new issue