flake: use qtile overlay

This commit is contained in:
Infinidoge 2025-01-13 10:31:25 -05:00
parent 0da3335239
commit a914be9bca
Signed by: Infinidoge
SSH key fingerprint: SHA256:oAMyvotlNFraMmZmr+p6AxnNfW/GioTs1pOn3V4tQ7A
3 changed files with 26 additions and 17 deletions

21
flake.lock generated
View file

@ -912,6 +912,26 @@
"url": "ssh://git@github.com/Infinidoge/universe-private"
}
},
"qtile": {
"inputs": {
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
"lastModified": 1736685332,
"narHash": "sha256-iA3/Qbz1q06iAp8W/CP01guC5PESb/0Wyvlloura5OM=",
"owner": "qtile",
"repo": "qtile",
"rev": "50754b552ceb076e705815a01056920e2f7e37f8",
"type": "github"
},
"original": {
"owner": "qtile",
"repo": "qtile",
"type": "github"
}
},
"rocksdb": {
"flake": false,
"locked": {
@ -954,6 +974,7 @@
"nixpkgs": "nixpkgs",
"nixvim": "nixvim",
"private": "private",
"qtile": "qtile",
"rust-overlay": "rust-overlay",
"stable": "stable",
"systems": "systems_2",