Added-qml-niri

This commit is contained in:
Asdam9
2026-04-15 16:44:37 +02:00
parent 8cd5214882
commit 62c9dbee4f

View File

@@ -3,5 +3,11 @@
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
quickshell quickshell
]; ];
inputs = {
url = "github:imiric/qml-niri/main";
inputs.nixpkgs.follows = "nixpkgs";
inputs.quickshell.follows = "quickshell";
};
}; };
} }