all repos — nixfiles @ ba1fcdddc1eee9b740dfb6c5f931cb489dae66ee

System and user configuration, managed by nix and home-manager

Update to NixOS unstable

Alan Pearce
commit

ba1fcdddc1eee9b740dfb6c5f931cb489dae66ee

parent

9451fdc13c2af6b0ff74a045127d8f0d0caf06ba

1 file changed, 3 insertions(+), 0 deletions(-)

changed files
M user/prefect.nixuser/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"; }