nixfiles/hosts/slab/home.nix
2024-02-03 13:30:04 +01:00

14 lines
231 B
Nix

{ lib, pkgs, osConfig, ... }:
{
imports = [
../../home/common.nix
../../home/hyprland.nix
];
home.stateVersion = "23.11";
wayland.windowManager.hyprland.settings = {
monitor = ",preferred,auto,1.25";
};
}