1 Commits

Author SHA1 Message Date
Armel van Ravels
72cc3ff037 Use different resolution at work 2026-05-27 10:20:01 +02:00
3 changed files with 1 additions and 12 deletions

View File

@@ -18,7 +18,6 @@
../modules/printing.nix ../modules/printing.nix
../modules/bambu-studio-flatpak.nix ../modules/bambu-studio-flatpak.nix
../modules/arduino-ide.nix ../modules/arduino-ide.nix
../modules/devenv.nix
]; ];
boot.kernelPackages = pkgs.linuxPackages_latest; boot.kernelPackages = pkgs.linuxPackages_latest;

View File

@@ -1,10 +0,0 @@
{ config, pkgsUnstable, ... } :
{
environment.systemPackages = with pkgsUnstable; [
devenv
];
nix.settings.trusted-users = [ "root" "avravels" ];
}

View File

@@ -28,7 +28,7 @@ in
### MONITOR ### MONITOR
monitor = [ monitor = [
"eDP-1,1920x1200,auto,1" "eDP-1,1920x1200,auto,1"
"DP-3,2440x1440,auto,1" "DP-3,1920x1080,auto,1"
",preferred,auto,1" ",preferred,auto,1"
]; ];