diff --git a/Makefile b/Makefile index 8a147a56..1a341364 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -.PHONY: test build debug switch lock +.PHONY: test switch build debug lock update hyprland waybar home test: sudo nixos-rebuild test --flake . @@ -28,3 +28,6 @@ hyprland: waybar: -pkill -9 waybar -hyprctl dispatch exec waybar + +home: + home-manager switch --flake . diff --git a/hosts/Legion/home.nix b/hosts/Legion/home.nix index 99686fcc..fc03739a 100644 --- a/hosts/Legion/home.nix +++ b/hosts/Legion/home.nix @@ -1,5 +1,5 @@ {...}: { - imports = [./home/personal.nix]; + imports = [../../home/personal.nix]; home = { username = "xenia"; homeDirectory = "/home/xenia";