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" ];
|
binfmt.emulatedSystems = [ "armv7l-linux" "aarch64-linux" ];
|
||||||
# kernelPackages = pkgs.linuxPackages_latest;
|
# kernelPackages = pkgs.linuxPackages_latest;
|
||||||
# kernelPackages = pkgs.linuxPackages_6_1;
|
# kernelPackages = pkgs.linuxPackages_6_1;
|
||||||
extraModulePackages = with config.boot.kernelPackages; [ v4l2loopback hid-nintendo ];
|
extraModulePackages = with config.boot.kernelPackages; [ v4l2loopback ];
|
||||||
loader = {
|
loader = {
|
||||||
systemd-boot.enable = true;
|
systemd-boot.enable = true;
|
||||||
efi.canTouchEfiVariables = true;
|
efi.canTouchEfiVariables = true;
|
||||||
|
|
|
||||||
|
|
@ -46,7 +46,7 @@
|
||||||
pentablet-driver
|
pentablet-driver
|
||||||
procps
|
procps
|
||||||
pulseaudio
|
pulseaudio
|
||||||
retroarchFull
|
# retroarchFull
|
||||||
spotify
|
spotify
|
||||||
tdesktop
|
tdesktop
|
||||||
thunderbird
|
thunderbird
|
||||||
|
|
|
||||||
|
|
@ -41,7 +41,7 @@
|
||||||
${
|
${
|
||||||
if nixosConfig.networking.hostName == "thor" then
|
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
|
monitor=DP-2,preferred,1080x420,auto
|
||||||
''
|
''
|
||||||
else if nixosConfig.networking.hostName == "odin" then
|
else if nixosConfig.networking.hostName == "odin" then
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue