Compare commits

..

No commits in common. "756e619a1d9b31f8ac093fd135ba608251a1c043" and "4fab7e63f5eb9edfa02a10e1255334cb8e63aebf" have entirely different histories.

2 changed files with 0 additions and 13 deletions

View File

@ -26,16 +26,6 @@
supportedSystems = [ "x86_64-linux" ]; supportedSystems = [ "x86_64-linux" ];
# Patch example
# channels.nixpkgs-unstable.patches = [
# (nixpkgs-unstable.legacyPackages."x86_64-linux".fetchpatch {
# name = "electron-cash.patch";
# url = "https://github.com/NixOS/nixpkgs/pull/160607.patch";
# sha256 = "sha256-oQbiyhVWYIkEuZEKqaPuIL00PNPnuTAw64wuqZ8YeDs=";
# })
# ];
hostDefaults.modules = [ hostDefaults.modules = [
nixpkgs.nixosModules.notDetected nixpkgs.nixosModules.notDetected
{ {

View File

@ -212,9 +212,6 @@
Option "metamodes" "DP-4: 3440x1440_144 +0+0 {AllowGSYNCCompatible=On}" Option "metamodes" "DP-4: 3440x1440_144 +0+0 {AllowGSYNCCompatible=On}"
''; '';
services.printing.enable = true;
services.printing.drivers = [ pkgs.hplip ];
systemd = let systemd = let
DP4Config = "--output DP-4 --mode 3440x1440 --rate 144"; DP4Config = "--output DP-4 --mode 3440x1440 --rate 144";
HDMIConfig = "--output HDMI-0 --auto --left-of DP-4"; HDMIConfig = "--output HDMI-0 --auto --left-of DP-4";