wsl nixup

This commit is contained in:
Bryan Ramos 2024-02-09 05:37:07 -05:00
parent cdefddfb44
commit 6e6e06136a
Signed by: bryan
GPG key ID: 6ABDCD144D6643C8

View file

@ -3,7 +3,7 @@
{ {
programs.home-manager.enable = true; programs.home-manager.enable = true;
programs.bash.shellAliases = { programs.bash.shellAliases = {
nixup = "sudo nixos-rebuild switch --flake .#windows"; nixup = "sudo nixos-rebuild switch --flake /etc/nixos/.#windows";
}; };
imports = [ imports = [