Johan Rong 5 meses atrás
pai
commit
5fd6586c8b
1 arquivos alterados com 2 adições e 3 exclusões
  1. 2 3
      home/features/application/files.nix

+ 2 - 3
home/features/application/files.nix

@@ -18,9 +18,8 @@
             ORIG_CWD="$(pwd)"
 
             sudo nix-channel --update
-            cd "$HOME/home-manager"
-            make
-            sudo nixos-rebuild switch
+            cd "$HOME/nix-dots"
+            sudo nixos-rebuild switch --flake .#nixstation
             flatpak update -y
             sudo flatpak update -y
             cd "$ORIG_CWD"