Add msi host
This commit is contained in:
parent
e8d8c1c788
commit
b93969cf34
8 changed files with 116 additions and 1 deletions
6
systems/msi/hyprland/default.nix
Normal file
6
systems/msi/hyprland/default.nix
Normal file
|
@ -0,0 +1,6 @@
|
|||
{ impurity, ... }: {
|
||||
hyprland-session = {
|
||||
prerun = "export WLR_DRM_DEVICES=/dev/dri/card0:/dev/dri/card1";
|
||||
extraConfig = "source = ${impurity.link ./hyprland.conf}";
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue