diff options
author | Preston Pan <ret2pop@gmail.com> | 2025-01-07 18:21:11 -0800 |
---|---|---|
committer | Preston Pan <ret2pop@gmail.com> | 2025-01-07 18:21:11 -0800 |
commit | a1835a4ae9eacf8cd0379e4cd1aa768218426967 (patch) | |
tree | 75d1b317c521252d1c3f03908a3a5064da6dd5c5 /stg3.sh | |
parent | 26dd48fbfed00f620458e04fb42039986d32dd4c (diff) |
fix
Diffstat (limited to 'stg3.sh')
-rwxr-xr-x | stg3.sh | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -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)' |