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