Moved waybar config into NixOS configuration. Added test script to check config without switching
7 lines
126 B
Bash
Executable File
7 lines
126 B
Bash
Executable File
#!/usr/bin/env sh
|
|
|
|
# Rebuild and switch the environment if successful
|
|
git add .
|
|
sudo ./fmt
|
|
sudo nixos-rebuild test --flake .#
|