From dc9374c7695dcbcf97aee6286af679037f1113d5 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Sun, 16 Jul 2023 09:03:38 +0100 Subject: [PATCH] Add make home to Makefile, fix paths for Legion --- Makefile | 5 ++++- hosts/Legion/home.nix | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) 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";