Nix: remove quickshell flake input & add overlays & ...

This commit is contained in:
wxlyyy
2025-11-20 00:20:15 +08:00
parent 5275ccf0d7
commit b7c50f4c23
2 changed files with 18 additions and 36 deletions
Generated
-22
View File
@@ -16,31 +16,9 @@
"type": "github"
}
},
"quickshell": {
"inputs": {
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
"lastModified": 1760228179,
"narHash": "sha256-4Z6k7lv3Zcgk3K+4h60LpqB9wCkR+utkYERU735U068=",
"ref": "refs/heads/master",
"rev": "c9d3ffb6043c5bf3f3009202bad7e0e5132c4a25",
"revCount": 693,
"type": "git",
"url": "https://git.outfoxxed.me/outfoxxed/quickshell"
},
"original": {
"rev": "c9d3ffb6043c5bf3f3009202bad7e0e5132c4a25",
"type": "git",
"url": "https://git.outfoxxed.me/outfoxxed/quickshell"
}
},
"root": {
"inputs": {
"nixpkgs": "nixpkgs",
"quickshell": "quickshell",
"systems": "systems"
}
},