chanage hosts in homeConfigs to comply with new layout
This commit is contained in:
12
homeConfigs/hosts/server.nix
Normal file
12
homeConfigs/hosts/server.nix
Normal file
@ -0,0 +1,12 @@
|
||||
{ config, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
|
||||
wayland.windowManager.hyprland.settings = {
|
||||
monitor= [
|
||||
"virt-1, 1920x1080@60, 0x0, 1.0"
|
||||
];
|
||||
|
||||
env = ["WLR_BACKENDS,headless"];
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user