Moved code to separate files. Rofi config in home-manager. Moved home.nix to /home. Scripts to format and rebuild
6 lines
117 B
Bash
Executable File
6 lines
117 B
Bash
Executable File
#!/usr/bin/env sh
|
|
|
|
# Rebuild and switch the environment if successful
|
|
git add .
|
|
sudo nixos-rebuild switch --flake .#
|