why am i here to suffer

This commit is contained in:
KaitoTLex 2024-09-24 21:17:49 -07:00
parent 1b9f5063bc
commit e43a7ba494
3 changed files with 32 additions and 3 deletions

View file

@ -20,6 +20,24 @@
virtualisation.waydroid.enable = true;
networking.hostName = "shiroko"; # Define your hostname.
services.fprintd.enable = true;
services.desktopManager.plasma6.enable = true;
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
# networking.proxy.default = "http://user:password@proxy:port/";
# networking.proxy.noProxy = "127.0.0.1,localhost,internal.domain";