feat(quickshell): install quickshell

This commit is contained in:
2025-06-04 19:08:12 +02:00
parent 0221eddf79
commit 683796549f
3 changed files with 69 additions and 7 deletions

View File

@@ -20,6 +20,11 @@
inputs.nixpkgs.follows = "nixpkgs";
};
quickshell = {
url = "git+https://git.outfoxxed.me/outfoxxed/quickshell";
inputs.nixpkgs.follows = "nixpkgs";
};
sops-nix = {
url = "github:Mic92/sops-nix";
inputs.nixpkgs.follows = "nixpkgs";