Full kmonad

This commit is contained in:
2025-11-21 00:16:29 +01:00
parent 0183a2a3b8
commit 3fb80233b6
5 changed files with 6 additions and 3 deletions

View File

@@ -27,6 +27,7 @@
services.udev.extraRules = ''
# Ignore internal NVMe Windows partition
SUBSYSTEM=="block", ENV{ID_FS_UUID}=="A09C8D5E9C8D2FB8", ENV{UDISKS_IGNORE}="1"
KERNEL=="uinput", MODE="0660", GROUP="uinput", OPTIONS+="static_node=uinput"
'';
# TODO: Make all your working systems go to ext4 on the full disk for ease of use and storage

View File

@@ -9,7 +9,7 @@
boot.initrd.availableKernelModules =
[ "xhci_pci" "ahci" "nvme" "usb_storage" "usbhid" "sd_mod" "sr_mod" ];
boot.initrd.kernelModules = [ ];
boot.kernelModules = [ "kvm-intel" "ecryptfs" ];
boot.kernelModules = [ "uinput" "kvm-intel" "ecryptfs" ];
boot.extraModulePackages = [ ];
fileSystems."/shared" = {

View File

@@ -28,8 +28,7 @@
}];
services.xserver.xkb = {
layout = "us"; # or "us" or whatever base
variant = "neo"; # for Neo2
layout = "de"; # or "us" or whatever base
};
console.useXkbConfig = true; # to make it apply on TTY too