dotfiles/.local/bin/nix-reload
martyTF 941ffe903c added .local and .themes
(wallpaper and non-config theming)
2025-01-26 13:30:59 +00:00

8 lines
156 B
Bash

#!/usr/bin/env bash
if sudo nixos-rebuild switch ; then
notify-send "NixOS rebuild successful"
exit
else
notify-send "NixOS rebuild failed"
fi