gui: install beyt

This commit is contained in:
Aaron Bieber 2024-01-03 13:00:36 -07:00
parent bd568777f7
commit 5967aa1f5e
No known key found for this signature in database
3 changed files with 29 additions and 0 deletions

View File

@ -1,5 +1,25 @@
{
"nodes": {
"beyt": {
"inputs": {
"nixpkgs": [
"unstable"
]
},
"locked": {
"lastModified": 1704303300,
"narHash": "sha256-GkXbdEy+T62DmUOced/W+epQy1jU8vWWmgcW+GiE2VI=",
"owner": "qbit",
"repo": "beyt",
"rev": "4fe287d31b80655d7fc4ed024e26294d38b5fb7f",
"type": "github"
},
"original": {
"owner": "qbit",
"repo": "beyt",
"type": "github"
}
},
"blobs": {
"flake": false,
"locked": {
@ -284,6 +304,7 @@
},
"root": {
"inputs": {
"beyt": "beyt",
"darwin": "darwin",
"gostart": "gostart",
"gqrss": "gqrss",

View File

@ -52,6 +52,10 @@
url = "github:qbit/xintray";
inputs.nixpkgs.follows = "unstable";
};
beyt = {
url = "github:qbit/beyt";
inputs.nixpkgs.follows = "unstable";
};
tsvnstat = {
url = "github:qbit/tsvnstat";
inputs.nixpkgs.follows = "unstable";
@ -102,6 +106,7 @@
, xintray
, simple-nixos-mailserver
, nixos-hardware
, beyt
, ...
} @ inputs:
let
@ -346,6 +351,7 @@
inherit upkgs;
};
inherit (xintray.packages.${system}) xintray;
inherit (beyt.packages.${system}) beyt;
inherit (tsvnstat.packages.${system}) tsvnstat;
inherit (pots.packages.${system}) pots;
inherit (po.packages.${system}) po;

View File

@ -9,6 +9,7 @@
let
inherit (builtins) toJSON;
inherit (inputs.traygent.packages.${pkgs.system}) traygent;
inherit (inputs.beyt.packages.${pkgs.system}) beyt;
firefox = import ../configs/firefox.nix { inherit pkgs; };
rage = pkgs.writeScriptBin "rage" (import ../bins/rage.nix { inherit pkgs; });
rpr =
@ -102,6 +103,7 @@ with lib; {
};
systemPackages = with pkgs; (xinlib.filterList [
bc
beyt
black
drawterm
exiftool