move displays to hardware section
This commit is contained in:
parent
e4bbcbb7c5
commit
5558ffce13
8 changed files with 31 additions and 37 deletions
|
|
@ -85,5 +85,7 @@
|
|||
libvdpau-va-gl
|
||||
];
|
||||
};
|
||||
|
||||
roles.laptop.enable = true;
|
||||
|
||||
}
|
||||
|
|
|
|||
|
|
@ -66,4 +66,18 @@
|
|||
|
||||
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
|
||||
hardware.cpu.amd.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
|
||||
|
||||
displays = [
|
||||
{
|
||||
name = "DP-1";
|
||||
resolution = {x=1920;y=1080;freq=144;};
|
||||
wallpaper = "~/Pictures/backgrounds/demonslayer.jpg";
|
||||
}
|
||||
{
|
||||
name = "HDMI-A-1";
|
||||
resolution = {x=1920;y=1080;freq=60;};
|
||||
wallpaper = "~/Pictures/backgrounds/nier.jpg";
|
||||
}
|
||||
];
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue