home: add gnome-keyring, adjust plasma settings

This commit is contained in:
Yuri Tatishchev 2025-02-21 01:56:42 -08:00
parent e17d61e5b6
commit 1923c3814b
Signed by: CaZzzer
GPG Key ID: E0EBF441EA424369

View File

@ -2,7 +2,7 @@
let let
defaultFont = { defaultFont = {
family = "Noto Sans"; family = "Noto Sans";
pointSize = 13; pointSize = 14;
}; };
in in
{ {
@ -19,6 +19,11 @@ in
SHELL = "fish"; SHELL = "fish";
}; };
services.gnome-keyring = {
enable = true;
components = [ "pkcs11" "ssh" ];
};
services.darkman = { services.darkman = {
enable = true; enable = true;
settings = { settings = {
@ -51,6 +56,7 @@ in
# kmix.mic_mute = "ScrollLock"; # kmix.mic_mute = "ScrollLock";
kmix.mic_mute = ["Microphone Mute" "ScrollLock" "Meta+Volume Mute,Microphone Mute" "Meta+Volume Mute,Mute Microphone"]; kmix.mic_mute = ["Microphone Mute" "ScrollLock" "Meta+Volume Mute,Microphone Mute" "Meta+Volume Mute,Mute Microphone"];
plasmashell.show-barcode = "Meta+M"; plasmashell.show-barcode = "Meta+M";
kwin."Window Maximize" = [ "Meta+F" "Meta+PgUp,Maximize Window" ];
}; };
hotkeys.commands."launch-konsole" = { hotkeys.commands."launch-konsole" = {
name = "Launch Konsole"; name = "Launch Konsole";
@ -64,6 +70,7 @@ in
value = "org.fcitx.Fcitx5.desktop"; value = "org.fcitx.Fcitx5.desktop";
shellExpand = true; shellExpand = true;
}; };
dolphinrc.General.ShowFullPath = true;
kactivitymanagerdrc = { kactivitymanagerdrc = {
activities."809dc779-bf5b-49e6-8e3f-cbe283cb05b6" = "Default"; activities."809dc779-bf5b-49e6-8e3f-cbe283cb05b6" = "Default";
activities."b34a506d-ac4f-4797-8c08-6ef45bc49341" = "Fun"; activities."b34a506d-ac4f-4797-8c08-6ef45bc49341" = "Fun";