Fixed keyboard not working

This commit is contained in:
xeovalyte 2024-06-21 12:38:09 +02:00
parent 1034eace41
commit 918240df7f
Signed by: xeovalyte
SSH Key Fingerprint: SHA256:kSQDrQDmKzljJzfGYcd3m9RqHi4h8rSwkZ3sQ9kBURo
3 changed files with 2 additions and 6 deletions

View File

@ -24,11 +24,6 @@
options = [ "fmask=0022" "dmask=0022" ]; options = [ "fmask=0022" "dmask=0022" ];
}; };
fileSystems."/var/lib/docker/overlay2/539923c18432611fc07642163d0fefe19c5de9d2767fa4778645a8d65f99f85a/merged" =
{ device = "overlay";
fsType = "overlay";
};
swapDevices = [ ]; swapDevices = [ ];
# Enables DHCP on each ethernet and wireless interface. In case of scripted networking # Enables DHCP on each ethernet and wireless interface. In case of scripted networking

View File

@ -2,6 +2,7 @@
{ {
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
usbutils
tree tree
neofetch neofetch
btop btop

View File

@ -13,6 +13,6 @@
}; };
}; };
powerManagement.powertop.enable = true; # powerManagement.powertop.enable = true;
} }