Johan Rong il y a 5 mois
Parent
commit
5fd6586c8b
1 fichiers modifiés avec 2 ajouts et 3 suppressions
  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"