Added Hyprcursor with rose-pine-hyprcursor theme. Moved username into a constant in home.nix. Installed Discord
7 lines
123 B
Bash
Executable File
7 lines
123 B
Bash
Executable File
#!/usr/bin/env sh
|
|
|
|
# Rebuild and switch the environment if successful
|
|
git add .
|
|
./fmt
|
|
sudo nixos-rebuild switch --flake .#
|