Martin Berg Alstad f60462a770
🧹 Organizing
Moved code to separate files.

Rofi config in home-manager.

Moved home.nix to /home.

Scripts to format and rebuild
2024-12-29 00:34:39 +01:00

6 lines
97 B
Bash
Executable File

#!/usr/bin/env sh
# Format all .nix files using the new default nix formatter
nix fmt ./**.nix