misc general changes / nixpkgs break fixes

This commit is contained in:
outfoxxed 2025-01-06 00:39:41 -08:00
parent 4b90113a54
commit a5b19fc918
Signed by: outfoxxed
GPG key ID: 4C88A185FB89301E
15 changed files with 272 additions and 67 deletions

View file

@ -1,6 +1,7 @@
{ impurity, ... }: {
hyprland-session = {
prerun = "export WLR_DRM_DEVICES=/dev/dri/card1:/dev/dri/card2";
prerun = "export AQ_DRM_DEVICES=/dev/dri/card1:/dev/dri/card2";
extraConfig = "source = ${impurity.link ./hyprland.conf}";
extraConfigStatic = "source = ${./hyprland.conf}";
};
}

View file

@ -21,4 +21,7 @@ workspace = 16, monitor:eDP-1
workspace = 17, monitor:eDP-1
workspace = 18, monitor:eDP-1
workspace = 19, monitor:eDP-1
workspace = 20, monitor:eDP-1
workspace = 20, monitor:eDP-1
workspace = name:lock_DP-1, monitor:DP-1
workspace = name:lock_eDP-1, monitor:eDP-1