WIP: update to 23.11

This commit is contained in:
Filippo Berto 2023-12-01 21:07:28 +01:00
parent e381ec8672
commit d8a37e2dcb
Signed by: bertof
GPG key ID: 9DBF7E6A1D2CE9ED
3 changed files with 3 additions and 3 deletions

View file

@ -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;

View file

@ -46,7 +46,7 @@
pentablet-driver
procps
pulseaudio
retroarchFull
# retroarchFull
spotify
tdesktop
thunderbird

View file

@ -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