gui: add fynado

This commit is contained in:
Aaron Bieber 2024-10-29 13:23:04 -06:00
parent 0e14f53f91
commit c0c50990f1
No known key found for this signature in database
3 changed files with 29 additions and 1 deletions

View File

@ -147,6 +147,26 @@
"type": "github"
}
},
"fynado": {
"inputs": {
"nixpkgs": [
"unstable"
]
},
"locked": {
"lastModified": 1730228098,
"narHash": "sha256-YU+s4NeNZcWs6LKWpXMHqPtDmWf+UIPk62X0xKAp1/4=",
"owner": "qbit",
"repo": "fynado",
"rev": "e99ff2754956a6a9b1f4470c46cf1377817fafe8",
"type": "github"
},
"original": {
"owner": "qbit",
"repo": "fynado",
"type": "github"
}
},
"gostart": {
"inputs": {
"nixpkgs": [
@ -395,6 +415,7 @@
"beyt": "beyt",
"darwin": "darwin",
"emacs-overlay": "emacs-overlay",
"fynado": "fynado",
"gostart": "gostart",
"gqrss": "gqrss",
"kogs": "kogs",

View File

@ -103,7 +103,10 @@
url = "github:qbit/traygent";
inputs.nixpkgs.follows = "unstable";
};
fynado = {
url = "github:qbit/fynado";
inputs.nixpkgs.follows = "unstable";
};
gqrss = {
url = "github:qbit/gqrss";
flake = false;
@ -127,6 +130,7 @@
, simple-nixos-mailserver
, stable
, traygent
, fynado
, ts-reverse-proxy
, tsns
, tsvnstat
@ -375,6 +379,7 @@
inherit (ts-reverse-proxy.packages.${system}) ts-reverse-proxy;
inherit (tsns.packages.${system}) tsns;
inherit (traygent.packages.${system}) traygent;
inherit (fynado.packages.${system}) fynado;
inherit (spkgs) matrix-synapse;

View File

@ -8,6 +8,7 @@
let
inherit (builtins) toJSON;
inherit (inputs.traygent.packages.${pkgs.system}) traygent;
inherit (inputs.fynado.packages.${pkgs.system}) fynado;
inherit (inputs.beyt.packages.${pkgs.system}) beyt;
firefox = import ../configs/firefox.nix { inherit pkgs; };
rage = pkgs.writeScriptBin "rage" (import ../bins/rage.nix { inherit pkgs; });
@ -122,6 +123,7 @@ with lib; {
recoll
rpr
traygent
fynado
trayscale
vlc
zeal