summary refs log tree commit diff stats
path: root/user/prefect.nix
diff options
context:
space:
mode:
authorAlan Pearce2022-10-07 22:45:00 +0200
committerAlan Pearce2022-10-08 01:36:11 +0200
commitba1fcdddc1eee9b740dfb6c5f931cb489dae66ee (patch)
tree1b276eaa9a511d87d667ae2b540bf701969d98d6 /user/prefect.nix
parent9451fdc13c2af6b0ff74a045127d8f0d0caf06ba (diff)
downloadnixfiles-ba1fcdddc1eee9b740dfb6c5f931cb489dae66ee.tar.lz
nixfiles-ba1fcdddc1eee9b740dfb6c5f931cb489dae66ee.tar.zst
nixfiles-ba1fcdddc1eee9b740dfb6c5f931cb489dae66ee.zip
Update to NixOS unstable
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";
 }