1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2025-12-05 21:15:38 -05:00

remove unintentional niri reference

This commit is contained in:
blue linden
2025-08-10 21:33:42 -04:00
parent b7f03a72a4
commit a8215188c6

View File

@@ -7,7 +7,7 @@
quickshell.inputs.nixpkgs.follows = "nixpkgs";
};
outputs = { self, nixpkgs, niri, quickshell, ... }:
outputs = { self, nixpkgs, quickshell, ... }:
let
system = "x86_64-linux";
pkgs = nixpkgs.legacyPackages.${system};