1
0
Fork 0
mirror of https://github.com/youwen5/nixos.git synced 2025-03-01 06:41:11 -08:00
liminalOS/reference/hosts/callisto/home.nix

10 lines
161 B
Nix

{ lib, ... }:
{
imports = [
../../users/youwen/hm.nix
];
home.stateVersion = "24.05";
liminalOS.desktop.hyprland.screenlocker.monitor = "eDP-1";
}