chore: this doesnt need to be forced

This commit is contained in:
notohh 2023-06-04 03:54:21 -04:00
parent 2d407d57e9
commit 0e935423da
Signed by: notohh
GPG key ID: BD47506D475EE86D

View file

@ -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";