nixos/Makefile
Evie Litherland-Smith 9f8362d18b Start mako with hyprland
Bind laptop lid to reload hyprland config
2023-08-16 08:44:20 +01:00

16 lines
313 B
Makefile

.PHONY: build switch test
build:
sudo nixos-rebuild build --flake .
-nix run nixpkgs#home-manager -- build --flake .
switch:
sudo nixos-rebuild switch --flake .
-nix run nixpkgs#home-manager -- switch --flake .
test:
sudo nixos-rebuild test --flake .
home:
nix run nixpkgs#home-manager switch --flake .