meow
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user