nixos/Makefile
Evie Litherland-Smith d26a3c4643 Update login and lock screens
Remove sddm/xserver to use greetd everywhere
Currently launching Hyprland directly and starting with lockscreen

Replace swaylock with gtklock for more consistency
2023-09-27 12:45:12 +01:00

8 lines
105 B
Makefile

.PHONY: test build
test:
sudo nixos-rebuild test --flake .
build:
sudo nixos-rebuild build --flake .