quickshell stuff

This commit is contained in:
zastian@mrthoddata.com
2025-06-13 15:50:24 +01:00
parent 5897ff3410
commit 8d618a8ae3
8 changed files with 88 additions and 11 deletions

View File

@@ -13,6 +13,18 @@
zen-browser.url = "github:0xc000022070/zen-browser-flake";
nixcord.url = "github:kaylorben/nixcord";
niri.url = "github:sodiboo/niri-flake";
quickshell = {
# remove ?ref=v0.1.0 to track the master branch
url = "git+https://git.outfoxxed.me/outfoxxed/quickshell";
# THIS IS IMPORTANT
# Mismatched system dependencies will lead to crashes and other issues.
inputs.nixpkgs.follows = "nixpkgs";
};
qs-qml = {
url = "git+https://git.outfoxxed.me/outfoxxed/nix-qml-support";
inputs.nixpkgs.follows = "nixpkgs";
};
};
outputs =