WIP: update to 23.11
This commit is contained in:
parent
e381ec8672
commit
d8a37e2dcb
3 changed files with 3 additions and 3 deletions
|
|
@ -10,7 +10,7 @@ with lib; {
|
|||
binfmt.emulatedSystems = [ "armv7l-linux" "aarch64-linux" ];
|
||||
# kernelPackages = pkgs.linuxPackages_latest;
|
||||
# kernelPackages = pkgs.linuxPackages_6_1;
|
||||
extraModulePackages = with config.boot.kernelPackages; [ v4l2loopback hid-nintendo ];
|
||||
extraModulePackages = with config.boot.kernelPackages; [ v4l2loopback ];
|
||||
loader = {
|
||||
systemd-boot.enable = true;
|
||||
efi.canTouchEfiVariables = true;
|
||||
|
|
|
|||
|
|
@ -46,7 +46,7 @@
|
|||
pentablet-driver
|
||||
procps
|
||||
pulseaudio
|
||||
retroarchFull
|
||||
# retroarchFull
|
||||
spotify
|
||||
tdesktop
|
||||
thunderbird
|
||||
|
|
|
|||
|
|
@ -41,7 +41,7 @@
|
|||
${
|
||||
if nixosConfig.networking.hostName == "thor" then
|
||||
''
|
||||
monitor=HDMI-A-1,preferred,auto,auto,transform,3
|
||||
monitor=HDMI-A-1,preferred,0x0,auto,transform,3
|
||||
monitor=DP-2,preferred,1080x420,auto
|
||||
''
|
||||
else if nixosConfig.networking.hostName == "odin" then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue