From 1923c3814b0b19dda22dc07fa11d3d772734b4f6 Mon Sep 17 00:00:00 2001 From: Yuri Tatishchev Date: Fri, 21 Feb 2025 01:56:42 -0800 Subject: [PATCH] home: add gnome-keyring, adjust plasma settings --- home/default.nix | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/home/default.nix b/home/default.nix index 1716a19..367769f 100644 --- a/home/default.nix +++ b/home/default.nix @@ -2,7 +2,7 @@ let defaultFont = { family = "Noto Sans"; - pointSize = 13; + pointSize = 14; }; in { @@ -19,6 +19,11 @@ in SHELL = "fish"; }; + services.gnome-keyring = { + enable = true; + components = [ "pkcs11" "ssh" ]; + }; + services.darkman = { enable = true; settings = { @@ -51,6 +56,7 @@ in # kmix.mic_mute = "ScrollLock"; kmix.mic_mute = ["Microphone Mute" "ScrollLock" "Meta+Volume Mute,Microphone Mute" "Meta+Volume Mute,Mute Microphone"]; plasmashell.show-barcode = "Meta+M"; + kwin."Window Maximize" = [ "Meta+F" "Meta+PgUp,Maximize Window" ]; }; hotkeys.commands."launch-konsole" = { name = "Launch Konsole"; @@ -64,6 +70,7 @@ in value = "org.fcitx.Fcitx5.desktop"; shellExpand = true; }; + dolphinrc.General.ShowFullPath = true; kactivitymanagerdrc = { activities."809dc779-bf5b-49e6-8e3f-cbe283cb05b6" = "Default"; activities."b34a506d-ac4f-4797-8c08-6ef45bc49341" = "Fun";