This commit is contained in:
2026-07-25 16:10:00 +01:00
parent 1f4f716de1
commit b8c6862880
8 changed files with 333 additions and 250 deletions
+13 -17
View File
@@ -37,23 +37,19 @@
homeManager =
{ pkgs, ... }:
{
wayland.windowManager.hyprland.settings = {
# monitor = [
# "eDP-1, 2880x1800@120, 0x0, 2"
# ];
input = {
kb_layout = "gb";
follow_mouse = 2;
sensitivity = 0;
};
decoration = {
blur = lib.mkForce {
enabled = false;
passes = 1;
new_optimizations = true;
ignore_opacity = false;
};
};
xdg.configFile."hypr/hyprland-local.lua" = {
text = ''
decoration {
blur {
enabled = false
}
}
input {
kb_layout = "gb"
follow_mouse = 2
sensitivity = 0
}
'';
};
home.packages = with pkgs; [
telegram-desktop