Update to NixOS unstable
1 file changed, 3 insertions(+), 0 deletions(-)
changed files
M user/prefect.nix → user/prefect.nix
@@ -31,6 +31,8 @@ ./settings/xresources.nix ./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"; }