nixos/Makefile
Evie Litherland-Smith a8f304b075 Move all host specific things out of flake.nix
Go back to single, re-designed waybar for all screens
2023-07-13 12:41:00 +01:00

31 lines
508 B
Makefile

.PHONY: test build debug switch lock
test:
sudo nixos-rebuild test --flake .
make hyprland
make waybar
switch:
sudo nixos-rebuild switch --flake .
make hyprland
make waybar
build:
sudo nixos-rebuild build --flake .
debug:
sudo nixos-rebuild build --flake . --show-trace --refresh
lock:
nix flake lock --update-input nixpkgs --update-input home-manager
update:
nix flake update --refresh --commit-lock-file
hyprland:
-hyprctl reload
waybar:
-pkill -9 waybar
-hyprctl dispatch exec waybar