feat(desktop): setup quickshell.
This commit is contained in:
parent
d1db0d4d8a
commit
49dd13dd0f
3 changed files with 28 additions and 0 deletions
|
|
@ -98,6 +98,12 @@
|
|||
# AAGL
|
||||
aagl.url = "github:ezKEa/aagl-gtk-on-nix";
|
||||
aagl.inputs.nixpkgs.follows = "nixpkgs";
|
||||
|
||||
# Quickshell for amazing shell
|
||||
quickshell = {
|
||||
url = "git+https://git.outfoxxed.me/outfoxxed/quickshell";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
};
|
||||
|
||||
outputs = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue