Nyx: add quickshell

This commit is contained in:
blahai 2025-01-05 09:33:40 +02:00
parent 051f9a4a6e
commit 3eb282fb23
No known key found for this signature in database
4 changed files with 92 additions and 33 deletions

View file

@ -36,6 +36,11 @@
inputs.nixpkgs.follows = "nixpkgs";
};
quickshell = {
url = "git+https://git.outfoxxed.me/outfoxxed/quickshell";
inputs.nixpkgs.follows = "nixpkgs-smol";
};
ags = {
url = "github:Aylur/ags/v1";
inputs.nixpkgs.follows = "nixpkgs";