nixfiles/hosts/slab/home.nix

13 lines
203 B
Nix

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