woot. got a working build again
This commit is contained in:
parent
d700126642
commit
ff0a8c5b1b
16 changed files with 73 additions and 89 deletions
10
modules/home/home-manager/default.nix
Normal file
10
modules/home/home-manager/default.nix
Normal file
|
@ -0,0 +1,10 @@
|
|||
{ lib, osConfig ? { }, ... }:
|
||||
let
|
||||
inherit (lib) mkDefault;
|
||||
in
|
||||
{
|
||||
systemd.user.startServices = "sd-switch";
|
||||
programs.home-manager.enable = true;
|
||||
|
||||
home.stateVersion = mkDefault (osConfig.system.stateVersion or "25.05");
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue