nix-flake/users/vincent/home.nix

22 lines
502 B
Nix
Raw Normal View History

2024-07-03 18:17:11 -04:00
{ 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;
}