Compare commits
2 Commits
4fab7e63f5
...
756e619a1d
Author | SHA1 | Date | |
---|---|---|---|
756e619a1d | |||
ab6d9dc848 |
10
flake.nix
10
flake.nix
@ -26,6 +26,16 @@
|
|||||||
|
|
||||||
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
|
||||||
{
|
{
|
||||||
|
@ -212,6 +212,9 @@
|
|||||||
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";
|
||||||
|
Loading…
Reference in New Issue
Block a user