summary refs log tree commit diff stats
path: root/user/prefect.nix
diff options
context:
space:
mode:
Diffstat (limited to 'user/prefect.nix')
-rw-r--r--user/prefect.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/user/prefect.nix b/user/prefect.nix
index e98c1eb4..eb90a9f3 100644
--- a/user/prefect.nix
+++ b/user/prefect.nix
@@ -31,6 +31,8 @@
     ./settings/zsh.nix
   ];
 
+  home.username = "alan";
+  home.homeDirectory = "/home/alan";
   home.packages = with pkgs; [
     transgui
   ];
@@ -38,4 +40,5 @@
   xsession.windowManager.i3.config.startup = [
   ];
 
+  home.stateVersion = "22.11";
 }