chore: this doesnt need to be forced
This commit is contained in:
parent
2d407d57e9
commit
0e935423da
1 changed files with 1 additions and 2 deletions
|
@ -1,7 +1,6 @@
|
|||
{
|
||||
config,
|
||||
pkgs,
|
||||
lib,
|
||||
...
|
||||
}: {
|
||||
imports = [
|
||||
|
@ -11,7 +10,7 @@
|
|||
systemd.user.startServices = "sd-switch";
|
||||
programs.home-manager.enable = true;
|
||||
|
||||
home = lib.mkForce {
|
||||
home = {
|
||||
username = "notoh";
|
||||
homeDirectory = "/home/notoh";
|
||||
stateVersion = "23.05";
|
||||
|
|
Loading…
Reference in a new issue