chore: fix formatting
Signed-off-by: Myned <dev@bjork.tech>
This commit is contained in:
parent
16c295d7c1
commit
7e3d4ebd41
1 changed files with 14 additions and 15 deletions
|
@ -1,7 +1,6 @@
|
|||
{
|
||||
config,
|
||||
inputs,
|
||||
lib,
|
||||
pkgs,
|
||||
...
|
||||
}: let
|
||||
|
@ -30,20 +29,6 @@ in {
|
|||
};
|
||||
};
|
||||
|
||||
home-manager.users.${config.custom.username} = {
|
||||
wayland.windowManager.hyprland.settings = {
|
||||
exec-once = ["${brightnessctl} set 0%"];
|
||||
|
||||
device = [
|
||||
{
|
||||
name = "pixa3854:00-093a:0274-touchpad";
|
||||
accel_profile = "adaptive";
|
||||
sensitivity = 0.3;
|
||||
}
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
services.keyd.keyboards.default.settings.main.rightcontrol = "layer(altgr)"; # No Ctrl_R
|
||||
|
||||
boot = {
|
||||
|
@ -69,4 +54,18 @@ in {
|
|||
#// "amd_pstate=disable"
|
||||
];
|
||||
};
|
||||
|
||||
home-manager.users.${config.custom.username} = {
|
||||
wayland.windowManager.hyprland.settings = {
|
||||
exec-once = ["${brightnessctl} set 0%"];
|
||||
|
||||
device = [
|
||||
{
|
||||
name = "pixa3854:00-093a:0274-touchpad";
|
||||
accel_profile = "adaptive";
|
||||
sensitivity = 0.3;
|
||||
}
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue