feat: add rofi, fonts, dunst config, gtk theme

This commit is contained in:
2025-06-17 23:13:01 -07:00
parent a091cf8a79
commit 9a530d15de
18 changed files with 595 additions and 11 deletions

17
nix/flake.lock generated
View File

@@ -1,5 +1,21 @@
{
"nodes": {
"custom-fonts": {
"inputs": {
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
"path": "./fonts",
"type": "path"
},
"original": {
"path": "./fonts",
"type": "path"
},
"parent": []
},
"flake-compat": {
"flake": false,
"locked": {
@@ -150,6 +166,7 @@
},
"root": {
"inputs": {
"custom-fonts": "custom-fonts",
"home-manager": "home-manager",
"mantle": "mantle",
"nixos-wsl": "nixos-wsl",