some more refinement

This commit is contained in:
2025-03-04 19:45:24 +01:00
parent fae56aa241
commit 6cd35a3fb2
6 changed files with 188 additions and 67 deletions

View File

@@ -9,9 +9,11 @@ with lib.hm.gvariant;
../modules/home-manager/hypr
../modules/home-manager/keepassxc.nix
../modules/home-manager/kitty.nix
../modules/home-manager/kubectl.nix
../modules/home-manager/obsidian.nix
../modules/home-manager/owncloud-client.nix
../modules/home-manager/thunderbird.nix
../modules/home-manager/wofi.nix
../modules/home-manager/xdg-portals.nix
];
@@ -24,38 +26,10 @@ with lib.hm.gvariant;
home.username = "remy";
home.homeDirectory = "/home/remy";
#home.file.<filepath> = <content>;
## Utils relevant to this user only
programs.git = {
enable = true;
userName = "Remy Moll";
userEmail = "me@moll.re";
};
# ## Gnome keyboard and mouse settings
# dconf.settings = {
# # set the keyboard layout to german
# "org/gnome/desktop/input-sources" = {
# current = mkUint32 0;
# sources = [ (mkTuple [ "xkb" "de" ]) (mkTuple [ "xkb" "ch" ]) (mkTuple [ "xkb" "us" ]) ];
# xkb-options = [ "lv3:ralt_switch" ];
# };
# "org/gnome/desktop/peripherals/keyboard" = {
# numlock-state = true;
# };
# "org/gnome/desktop/peripherals/mouse" = {
# natural-scroll = false;
# speed = 0.20851063829787231;
# };
# "org/gnome/desktop/peripherals/touchpad" = {
# tap-to-click = true;
# two-finger-scrolling-enabled = true;
# speed = 0.16872427983539096;
# };
# };
}