diff --git a/home/users/work.nix b/home/users/work.nix index 737eaf3..2860a2e 100644 --- a/home/users/work.nix +++ b/home/users/work.nix @@ -11,8 +11,10 @@ # Home Manager needs a bit of information about you and the paths it should # manage. - home.username = "cvs"; - home.homeDirectory = "/home/cvs"; + # home.username = "cvs"; + # home.homeDirectory = "/home/cvs"; + home.username = "a0487752"; + home.homeDirectory = "/home/a0487752"; # my.bash-config.enable = true;