Migrate to snowfall lib
This commit is contained in:
12
modules/home/base/default.nix
Normal file
12
modules/home/base/default.nix
Normal file
@ -0,0 +1,12 @@
|
||||
{ config, ... }: {
|
||||
|
||||
systemd.user.startServices = "sd-switch";
|
||||
programs.home-manager.enable = true;
|
||||
|
||||
home = {
|
||||
username = "${config.homecfg.username}";
|
||||
homeDirectory = "/home/${config.homecfg.username}";
|
||||
|
||||
stateVersion = "23.05";
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user