From 1a3c0b95bc08ed631db094dd09d2a78d73810485 Mon Sep 17 00:00:00 2001 From: morganmayday Date: Sat, 28 Feb 2026 06:36:09 -0800 Subject: [PATCH] atlas generation 22 kernel version 6.19.2 at 15:43:25 2026-02-20 rebuilding --- config/fastfetch/config.jsonc | 14 +++++++------- flake.lock | 18 +++++++++--------- scripts/stable/rebuild | 6 +++++- scripts/working/rebuild.sh | 6 +++++- 4 files changed, 26 insertions(+), 18 deletions(-) diff --git a/config/fastfetch/config.jsonc b/config/fastfetch/config.jsonc index d3e14de..89922c0 100644 --- a/config/fastfetch/config.jsonc +++ b/config/fastfetch/config.jsonc @@ -6,13 +6,13 @@ "color": { "1": "#c0bb6e", "2": "#359a57", - "3": "", - "4": "", - "5": "", - "6": "", - "7": "", - "8": "", - "9": "" + "3": "#c0bb6e", + "4": "#359a57", + "5": "#c0bb6e", + "6": "#359a57", + "7": "#c0bb6e", + "8": "#359a57", + "9": "#c0bb6e" }, "width": null, "height": null, diff --git a/flake.lock b/flake.lock index 8203af3..f1d794b 100644 --- a/flake.lock +++ b/flake.lock @@ -20,11 +20,11 @@ }, "nixos-hardware": { "locked": { - "lastModified": 1771423359, - "narHash": "sha256-yRKJ7gpVmXbX2ZcA8nFi6CMPkJXZGjie2unsiMzj3Ig=", + "lastModified": 1771969195, + "narHash": "sha256-qwcDBtrRvJbrrnv1lf/pREQi8t2hWZxVAyeMo7/E9sw=", "owner": "NixOS", "repo": "nixos-hardware", - "rev": "740a22363033e9f1bb6270fbfb5a9574067af15b", + "rev": "41c6b421bdc301b2624486e11905c9af7b8ec68e", "type": "github" }, "original": { @@ -36,11 +36,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1771369470, - "narHash": "sha256-0NBlEBKkN3lufyvFegY4TYv5mCNHbi5OmBDrzihbBMQ=", + "lastModified": 1771848320, + "narHash": "sha256-0MAd+0mun3K/Ns8JATeHT1sX28faLII5hVLq0L3BdZU=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "0182a361324364ae3f436a63005877674cf45efb", + "rev": "2fc6539b481e1d2569f25f8799236694180c0993", "type": "github" }, "original": { @@ -51,11 +51,11 @@ }, "nixpkgs-stable": { "locked": { - "lastModified": 1771419570, - "narHash": "sha256-bxAlQgre3pcQcaRUm/8A0v/X8d2nhfraWSFqVmMcBcU=", + "lastModified": 1772047000, + "narHash": "sha256-7DaQVv4R97cii/Qdfy4tmDZMB2xxtyIvNGSwXBBhSmo=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "6d41bc27aaf7b6a3ba6b169db3bd5d6159cfaa47", + "rev": "1267bb4920d0fc06ea916734c11b0bf004bbe17e", "type": "github" }, "original": { diff --git a/scripts/stable/rebuild b/scripts/stable/rebuild index add1114..45ea3c0 100755 --- a/scripts/stable/rebuild +++ b/scripts/stable/rebuild @@ -9,7 +9,11 @@ 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 && notify-send -e "NixOS Rebuild Failed!" --icon=software-update-available && exit 1) && notify-send -e "NixOS Rebuilt OK!" --icon=software-update-available +if [[ $* =~ v ]]; then + sudo nixos-rebuild switch --impure --flake $DOTFILES_DIR#$HOSTNAME +else + 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 +fi if [[ $* =~ p ]]; then sync-dotfiles fi diff --git a/scripts/working/rebuild.sh b/scripts/working/rebuild.sh index add1114..45ea3c0 100755 --- a/scripts/working/rebuild.sh +++ b/scripts/working/rebuild.sh @@ -9,7 +9,11 @@ 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 && notify-send -e "NixOS Rebuild Failed!" --icon=software-update-available && exit 1) && notify-send -e "NixOS Rebuilt OK!" --icon=software-update-available +if [[ $* =~ v ]]; then + sudo nixos-rebuild switch --impure --flake $DOTFILES_DIR#$HOSTNAME +else + 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 +fi if [[ $* =~ p ]]; then sync-dotfiles fi