liminalOS/reference/hosts/callisto/home.nix

11 lines
171 B
Nix
Raw Normal View History

{ lib, ... }:
{
imports = [
../../users/youwen/hm.nix
];
home.stateVersion = "24.05";
programs.hyprlock.settings.background.monitor = lib.mkForce "eDP-1";
}