{ pkgs, ...}: { targets.genericLinux.enable = true; programs.git = { enable = true; userName = "batvin123"; userEmail = "batvin123@protonmail.com"; }; # programs.plasma = { # shortcuts.kwin = { # "Switch One Desktop Down" = "Meta+Ctrl+Down"; # "Switch One Desktop to the Left" = "Meta+Ctrl+Left"; # "Switch One Desktop to the Right" = "Meta+Ctrl+Right"; # "Switch One Desktop Up" = "Meta+Ctrl+Up"; # }; # }; programs.home-manager.enable = true; }