add quickshell input (fox is goated)
This commit is contained in:
parent
29d887d198
commit
6fc6704f89
2 changed files with 26 additions and 0 deletions
21
flake.lock
21
flake.lock
|
@ -1823,6 +1823,26 @@
|
|||
"type": "github"
|
||||
}
|
||||
},
|
||||
"quickshell": {
|
||||
"inputs": {
|
||||
"nixpkgs": [
|
||||
"nixpkgs"
|
||||
]
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1712910086,
|
||||
"narHash": "sha256-HVygXnJ7j4JsJeGTZOpd0jITKRhPJRZ7JHK8NuHg2Z8=",
|
||||
"ref": "refs/heads/master",
|
||||
"rev": "fd5b73adbb4310a654b1c874ee9a15e4634d1dca",
|
||||
"revCount": 148,
|
||||
"type": "git",
|
||||
"url": "https://git.outfoxxed.me/outfoxxed/quickshell"
|
||||
},
|
||||
"original": {
|
||||
"type": "git",
|
||||
"url": "https://git.outfoxxed.me/outfoxxed/quickshell"
|
||||
}
|
||||
},
|
||||
"root": {
|
||||
"inputs": {
|
||||
"agenix": "agenix",
|
||||
|
@ -1846,6 +1866,7 @@
|
|||
"nixpkgs-wayland": "nixpkgs-wayland",
|
||||
"nixvim": "nixvim",
|
||||
"nur": "nur",
|
||||
"quickshell": "quickshell",
|
||||
"schizofox": "schizofox",
|
||||
"shadower": "shadower",
|
||||
"split-monitor-workspaces": "split-monitor-workspaces",
|
||||
|
|
|
@ -101,5 +101,10 @@
|
|||
waybar.url = "github:Alexays/Waybar";
|
||||
|
||||
impurity.url = "github:outfoxxed/impurity.nix";
|
||||
|
||||
quickshell = {
|
||||
url = "git+https://git.outfoxxed.me/outfoxxed/quickshell";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue