nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
at python-updates 6 lines 166 B view raw
1{ buildAstalModule, json-glib }: 2buildAstalModule { 3 name = "hyprland"; 4 buildInputs = [ json-glib ]; 5 meta.description = "Astal module for Hyprland using IPC"; 6}