Added Hyprcursor with rose-pine-hyprcursor theme. Moved username into a constant in home.nix. Installed Discord
6 lines
137 B
Bash
Executable File
6 lines
137 B
Bash
Executable File
#!/usr/bin/env sh
|
|
|
|
# Format all .nix files using the new default nix formatter
|
|
# TODO doesn't work when run using ./fmt
|
|
nix fmt ./**.nix
|