From a410a402a5dc5c68208ab8d6610fade60c8639c0 Mon Sep 17 00:00:00 2001 From: Preston Pan Date: Thu, 9 Jan 2025 14:49:49 -0800 Subject: use disko instead of rolling my own scripts and fixes --- stg3.sh | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100755 stg3.sh (limited to 'stg3.sh') diff --git a/stg3.sh b/stg3.sh deleted file mode 100755 index fde932a..0000000 --- a/stg3.sh +++ /dev/null @@ -1,15 +0,0 @@ -#!/bin/sh -chmod 644 ~/src/toughnix/configuration.nix -chmod 644 ~/src/toughnix/home.nix -chmod 644 ~/src/toughnix/vars.nix -chmod 644 ~/src/toughnix/flake.lock -chmod 644 ~/src/toughnix/flake.nix - -doas chmod 644 /etc/nixos/configuration.nix -doas chmod 644 /etc/nixos/home.nix -doas chmod 644 /etc/nixos/vars.nix -doas chmod 644 /etc/nixos/flake.lock -doas chmod 644 /etc/nixos/flake.nix - -emacs --eval '(nerd-icons-install-fonts)' -emacs --eval '(all-the-icons-install-fonts)' -- cgit