2025-02-14 00:52:01 -08:00
2025-02-14 00:22:51 -08:00
2025-01-23 11:24:00 -08:00
2025-02-19 21:44:21 -08:00
2025-02-14 00:54:10 -08:00

Install

git clone https://github.com/Rogue-King/nix-shell-config.git
cd nix-shell-config
bash install.sh

Update

bash update.sh

Updating Configurations

home-manager switch

or just use the alias:

rebuild

Allowing Sudo to run commands

Edit the sudoers file in /etc, (must be root user or have sudo permissions to edit) append the following to secure_path:

:/home/yourusername/.nix-profile/bin:/nix/var/nix/profiles/default/bin

Description
A script to install nix, home-manager, and flakes on any linux machine
Readme MIT 248 KiB
Languages
Nix 91.3%
Shell 8.7%