Evie Litherland-Smith
36825e26a5
Update Makefile for building and copying new fonts Adjust padding of parts of waybar, using variable width glyphs in Iosevka font
19 lines
503 B
Makefile
19 lines
503 B
Makefile
.PHONY: default build server flathub
|
|
|
|
HOST := $(shell hostname)
|
|
|
|
default: build
|
|
|
|
build:
|
|
nix build --no-link --keep-going .#nixosConfigurations.$(HOST).config.system.build.toplevel
|
|
|
|
fonts:
|
|
nix build --no-link --max-jobs 1 .#iosevka-custom-aile .#iosevka-custom-etoile .#iosevka-custom-nerdfont
|
|
|
|
server: fonts
|
|
nixos-rebuild build --flake .#Legion
|
|
nix copy ./result --to ssh://legion && rm ./result
|
|
|
|
flathub:
|
|
flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo
|