feat(desktop): setup quickshell.

This commit is contained in:
CronyAkatsuki 2025-10-07 21:04:55 +02:00
parent d1db0d4d8a
commit 49dd13dd0f
3 changed files with 28 additions and 0 deletions

View file

@ -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 = {