Remove push-iosevka-cache script

Not needed now that it's moved to separate repo
This commit is contained in:
Evie Litherland-Smith 2024-03-03 21:23:26 +00:00
parent 9426b7ef36
commit 38c03ffac7
2 changed files with 0 additions and 7 deletions

View file

@ -2,8 +2,6 @@
home.packages = [
(pkgs.writeShellScriptBin "git-sync-all"
(builtins.readFile ./git-sync-all.sh))
(pkgs.writeShellScriptBin "push-iosevka-cache"
(builtins.readFile ./push-iosevka-cache.sh))
(pkgs.writeShellScriptBin "rsync-local-config"
(builtins.readFile ./rsync-local-config.sh))
(pkgs.writeShellScriptBin "xdg-query-program"

View file

@ -1,5 +0,0 @@
HOSTNAME=$(hostname)
IOSEVKA_ETOILE=/etc/nixos/#nixosConfigurations.$HOSTNAME.config.stylix.fonts.sansSerif.package
IOSEVKA_AILE=/etc/nixos/#nixosConfigurations.$HOSTNAME.config.stylix.fonts.serif.package
IOSEVKA_CUSTOM=/etc/nixos/#nixosConfigurations.$HOSTNAME.config.stylix.fonts.monospace.package
nix copy --to ssh://xenia@legion "$IOSEVKA_ETOILE" "$IOSEVKA_AILE" "$IOSEVKA_CUSTOM"