Merge branch 'master' of github.com:ARandomPig/nix-config

This commit is contained in:
2024-11-20 14:09:54 +01:00
9 changed files with 105 additions and 31 deletions

View File

@ -1,8 +1,11 @@
{ config, lib, pkgs, ... }:
{
wayland.windowManager.hyprland.settings.monitor = [
"eDP-1, 1920x1080@120, 0x0, 1"
wayland.windowManager.hyprland.settings = {
monitor= [
"eDP-1, 1920x1080@120, 0x0, 1"
"HDMI-A-1, 1920x1080@60, auto, auto"
];
];
env = [ "AQ_DRM_DEVICES,/dev/dri/card1"];
};
}