Set up Hyprland config. Restructured Desktop environment configs into separate folders.

This commit is contained in:
2025-08-27 13:17:51 +02:00
parent 75b84ddd0f
commit 81693b8ad8
13 changed files with 500 additions and 136 deletions

View File

@ -7,9 +7,10 @@
home.homeDirectory = "/home/${username}";
imports = [
inputs.zen-browser.homeModules.beta
# or inputs.zen-browser.homeModules.twilight
# or inputs.zen-browser.homeModules.twilight-official
inputs.zen-browser.homeModules.beta
# or inputs.zen-browser.homeModules.twilight
# or inputs.zen-browser.homeModules.twilight-official
./hyprland/hyprland-home.nix
];
# This value determines the Home Manager release that your
@ -29,8 +30,12 @@
git = {
enable = true;
userName = "Cookiez";
userEmail = "jaden-puerkenauer@web.de";
userName = "Cookiez";
userEmail = "jaden-puerkenauer@web.de";
extraConfig = {
init.defaultBranch = "main";
};
};
zen-browser = {
@ -102,29 +107,5 @@
};
};
};
};
wayland.windowManager.hyprland = {
enable = true;
xwayland.enable = true;
extraConfig =
''
input {
kb_layout = de
kb_variant =
kb_model =
kb_rules =
# kb_options = caps:Super_L
follow_mouse = 1
accel_profile = flat
force_no_accel = true
touchpad {
natural_scroll = no
}
sensitivity = 0 # -1.0 - 1.0, 0 means no modification.
}
'';
};
}; #End of programs = {};
}