add grimblast screenshot util

This commit is contained in:
Tyler Starr 2024-02-05 22:55:44 -08:00
parent 94069341e7
commit 4cb6ffc831
3 changed files with 26 additions and 0 deletions

View File

@ -42,6 +42,26 @@
"type": "github"
}
},
"hyprland-contrib": {
"inputs": {
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
"lastModified": 1706198673,
"narHash": "sha256-bHlxFd+3QHy6eXtTzzhwVNcyxBSOxTvBuJGNUzI4C4M=",
"owner": "hyprwm",
"repo": "contrib",
"rev": "16884001b26e6955ff4b88b4dfe4c8986e20f153",
"type": "github"
},
"original": {
"owner": "hyprwm",
"repo": "contrib",
"type": "github"
}
},
"hyprland-protocols": {
"inputs": {
"nixpkgs": [
@ -186,6 +206,7 @@
"inputs": {
"home-manager": "home-manager",
"hyprland": "hyprland",
"hyprland-contrib": "hyprland-contrib",
"jovian-nixos": "jovian-nixos",
"nixpkgs": "nixpkgs_3",
"sops-nix": "sops-nix"

View File

@ -13,6 +13,10 @@
};
sops-nix.url = "github:Mic92/sops-nix";
hyprland.url = "github:hyprwm/Hyprland";
hyprland-contrib = {
url = "github:hyprwm/contrib";
inputs.nixpkgs.follows = "nixpkgs";
};
};
outputs = inputs @ { self, nixpkgs, home-manager, jovian-nixos, sops-nix, hyprland, ... }:

View File

@ -66,6 +66,7 @@ in {
})
)
] ++ [
inputs.hyprland-contrib.packages.${pkgs.system}.grimblast
];
# xdg-desktop-portal works by exposing a series of D-Bus interfaces