add quickshell input (fox is goated)

This commit is contained in:
jacekpoz 2024-04-13 21:55:10 +02:00
parent 29d887d198
commit 6fc6704f89
Signed by: poz
SSH key fingerprint: SHA256:JyLeVWE4bF3tDnFeUpUaJsPsNlJyBldDGV/dIKSLyN8
2 changed files with 26 additions and 0 deletions

View file

@ -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",

View file

@ -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";
};
};
}