atlas generation 7 kernel version 6.18.5 at 13:40:26 2026-01-16 rebuilding

This commit is contained in:
morganmayday 2026-01-16 13:46:59 -08:00
parent 313d177d3d
commit b4144b0a78
3 changed files with 3 additions and 2 deletions

View file

@ -8,6 +8,7 @@
wget
unzip
zip
neovide
bash
kitty # terminal
inputs.oxide_timer.packages.${pkgs.system}.default # imports morrigan's timer

View file

@ -9,7 +9,7 @@ if [[ $* =~ u ]]; then
nix flake update
fi
git add . && git diff HEAD --minimal && git commit -am "$current rebuilding"
sudo nixos-rebuild switch --impure --flake $DOTFILES_DIR#$HOSTNAME &> nixos-switch.log || (cat nixos-switch.log | grep --color error && exit 1) && notify-send -e "NixOS Rebuilt OK!" --icon=software-update-available
sudo nixos-rebuild switch --impure --flake $DOTFILES_DIR#$HOSTNAME &> nixos-switch.log || (cat nixos-switch.log | grep --color error && notify-send -e "NixOS Rebuild Failed!" --icon=software-update-available && exit 1) && notify-send -e "NixOS Rebuilt OK!" --icon=software-update-available
if [[ $* =~ p ]]; then
sync-dotfiles
fi

View file

@ -9,7 +9,7 @@ if [[ $* =~ u ]]; then
nix flake update
fi
git add . && git diff HEAD --minimal && git commit -am "$current rebuilding"
sudo nixos-rebuild switch --impure --flake $DOTFILES_DIR#$HOSTNAME &> nixos-switch.log || (cat nixos-switch.log | grep --color error && exit 1) && notify-send -e "NixOS Rebuilt OK!" --icon=software-update-available
sudo nixos-rebuild switch --impure --flake $DOTFILES_DIR#$HOSTNAME &> nixos-switch.log || (cat nixos-switch.log | grep --color error && notify-send -e "NixOS Rebuild Failed!" --icon=software-update-available && exit 1) && notify-send -e "NixOS Rebuilt OK!" --icon=software-update-available
if [[ $* =~ p ]]; then
sync-dotfiles
fi