why am i here to suffer
This commit is contained in:
parent
1b9f5063bc
commit
e43a7ba494
3 changed files with 32 additions and 3 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue