mirror of
https://github.com/youwen5/liminalOS.git
synced 2025-06-20 05:59:51 -07:00
10 lines
171 B
Nix
10 lines
171 B
Nix
{ lib, ... }:
|
|
{
|
|
imports = [
|
|
../../users/youwen/hm.nix
|
|
];
|
|
|
|
home.stateVersion = "24.05";
|
|
|
|
programs.hyprlock.settings.background.monitor = lib.mkForce "eDP-1";
|
|
}
|