i need help
This commit is contained in:
parent
a2a7a57b52
commit
d9a8fee795
2 changed files with 9 additions and 16 deletions
|
@ -13,7 +13,7 @@
|
||||||
];
|
];
|
||||||
|
|
||||||
boot.initrd.luks.fido2Support = true;
|
boot.initrd.luks.fido2Support = true;
|
||||||
|
boot.kernelParams = [ "mem_sleep_default=deep" ];
|
||||||
# Bootloader.
|
# Bootloader.
|
||||||
boot.loader.systemd-boot.enable = true;
|
boot.loader.systemd-boot.enable = true;
|
||||||
boot.loader.efi.canTouchEfiVariables = true;
|
boot.loader.efi.canTouchEfiVariables = true;
|
||||||
|
@ -22,21 +22,6 @@
|
||||||
|
|
||||||
services.fprintd.enable = true;
|
services.fprintd.enable = true;
|
||||||
services.desktopManager.plasma6.enable = false;
|
services.desktopManager.plasma6.enable = false;
|
||||||
services.actkbd = {
|
|
||||||
enable = true;
|
|
||||||
bindings = [
|
|
||||||
{
|
|
||||||
keys = [ 232 ];
|
|
||||||
events = [ "key" ];
|
|
||||||
command = "${pkgs.brightnessctl}/bin/brightnessctl set 1000";
|
|
||||||
}
|
|
||||||
{
|
|
||||||
keys = [ 233 ];
|
|
||||||
events = [ "key" ];
|
|
||||||
command = "${pkgs.brightnessctl}/bin/brightnessctl set 1000-";
|
|
||||||
}
|
|
||||||
];
|
|
||||||
};
|
|
||||||
|
|
||||||
# Configure network proxy if necessary
|
# Configure network proxy if necessary
|
||||||
# networking.proxy.default = "http://user:password@proxy:port/";
|
# networking.proxy.default = "http://user:password@proxy:port/";
|
||||||
|
|
|
@ -62,5 +62,13 @@
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
xwayland = true;
|
xwayland = true;
|
||||||
|
extraConfig = ''
|
||||||
|
bindsym XF86AudioRaiseVolume exec pamixer -i 5
|
||||||
|
bindsym XF86AudioLowerVolume exec pamixer -d 5
|
||||||
|
bindsym XF86AudioMute exec pamixer -t
|
||||||
|
bindsym XF86MonBrightnessUp exec brightnessctl s 5%+
|
||||||
|
bindsym XF86MonBrightnessDown exec brightnessctl s 5%-
|
||||||
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue