Moved code to separate files. Rofi config in home-manager. Moved home.nix to /home. Scripts to format and rebuild
6 lines
97 B
Bash
Executable File
6 lines
97 B
Bash
Executable File
#!/usr/bin/env sh
|
|
|
|
# Format all .nix files using the new default nix formatter
|
|
|
|
nix fmt ./**.nix
|