Evie Litherland-Smith
d26a3c4643
Remove sddm/xserver to use greetd everywhere Currently launching Hyprland directly and starting with lockscreen Replace swaylock with gtklock for more consistency
8 lines
105 B
Makefile
8 lines
105 B
Makefile
.PHONY: test build
|
|
|
|
test:
|
|
sudo nixos-rebuild test --flake .
|
|
|
|
build:
|
|
sudo nixos-rebuild build --flake .
|