mirror of
https://github.com/youwen5/nixos.git
synced 2025-01-18 21:22:10 -08: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";
|
|
}
|