add chatterino, plasma-config, kitty, runelite, eza
fix formatting, fix btrfs being enabled by default update flake
This commit is contained in:
parent
01f8435ba7
commit
39fb8c64dc
15 changed files with 195 additions and 48 deletions
|
@ -11,14 +11,17 @@ let
|
|||
in
|
||||
{
|
||||
options.${namespace}.desktop.hotkeys = with types; {
|
||||
enable = mkBoolOpt false "Whether or not to enable kitty.";
|
||||
enable = mkBoolOpt false "Whether or not to enable custom shortcuts.";
|
||||
};
|
||||
|
||||
config = mkIf cfg.enable {
|
||||
programs.plasma = {
|
||||
enable = true;
|
||||
shortcuts.kwin = {
|
||||
"Window Close" = [ "Meta+Shift+Q" "Alt+F4" ];
|
||||
"Window Close" = [
|
||||
"Meta+Shift+Q"
|
||||
"Alt+F4"
|
||||
];
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue