From a1835a4ae9eacf8cd0379e4cd1aa768218426967 Mon Sep 17 00:00:00 2001 From: Preston Pan Date: Tue, 7 Jan 2025 18:21:11 -0800 Subject: fix --- stg3.sh | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100755 stg3.sh (limited to 'stg3.sh') diff --git a/stg3.sh b/stg3.sh new file mode 100755 index 0000000..fde932a --- /dev/null +++ b/stg3.sh @@ -0,0 +1,15 @@ +#!/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