flake/gui: add calnow
This commit is contained in:
parent
2312e3eb9a
commit
7b06e919bd
21
flake.lock
generated
21
flake.lock
generated
@ -36,6 +36,26 @@
|
|||||||
"type": "gitlab"
|
"type": "gitlab"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"calnow": {
|
||||||
|
"inputs": {
|
||||||
|
"nixpkgs": [
|
||||||
|
"unstable"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"locked": {
|
||||||
|
"lastModified": 1732392602,
|
||||||
|
"narHash": "sha256-KEU7yKYk+qBFjpkU66YUtQCWGL3bckB81Uos6JSbOM4=",
|
||||||
|
"owner": "qbit",
|
||||||
|
"repo": "calnow",
|
||||||
|
"rev": "636dc7ac12a325806f9303ee5836cfb2ab1a574f",
|
||||||
|
"type": "github"
|
||||||
|
},
|
||||||
|
"original": {
|
||||||
|
"owner": "qbit",
|
||||||
|
"repo": "calnow",
|
||||||
|
"type": "github"
|
||||||
|
}
|
||||||
|
},
|
||||||
"darwin": {
|
"darwin": {
|
||||||
"inputs": {
|
"inputs": {
|
||||||
"nixpkgs": [
|
"nixpkgs": [
|
||||||
@ -394,6 +414,7 @@
|
|||||||
"root": {
|
"root": {
|
||||||
"inputs": {
|
"inputs": {
|
||||||
"beyt": "beyt",
|
"beyt": "beyt",
|
||||||
|
"calnow": "calnow",
|
||||||
"darwin": "darwin",
|
"darwin": "darwin",
|
||||||
"emacs-overlay": "emacs-overlay",
|
"emacs-overlay": "emacs-overlay",
|
||||||
"fynado": "fynado",
|
"fynado": "fynado",
|
||||||
|
@ -106,6 +106,10 @@
|
|||||||
url = "github:qbit/fynado";
|
url = "github:qbit/fynado";
|
||||||
inputs.nixpkgs.follows = "unstable";
|
inputs.nixpkgs.follows = "unstable";
|
||||||
};
|
};
|
||||||
|
calnow = {
|
||||||
|
url = "github:qbit/calnow";
|
||||||
|
inputs.nixpkgs.follows = "unstable";
|
||||||
|
};
|
||||||
gqrss = {
|
gqrss = {
|
||||||
url = "github:qbit/gqrss";
|
url = "github:qbit/gqrss";
|
||||||
flake = false;
|
flake = false;
|
||||||
@ -115,6 +119,7 @@
|
|||||||
outputs =
|
outputs =
|
||||||
{ self
|
{ self
|
||||||
, beyt
|
, beyt
|
||||||
|
, calnow
|
||||||
, darwin
|
, darwin
|
||||||
, emacs-overlay
|
, emacs-overlay
|
||||||
, gostart
|
, gostart
|
||||||
@ -376,6 +381,7 @@
|
|||||||
inherit (tsns.packages.${system}) tsns;
|
inherit (tsns.packages.${system}) tsns;
|
||||||
inherit (traygent.packages.${system}) traygent;
|
inherit (traygent.packages.${system}) traygent;
|
||||||
inherit (fynado.packages.${system}) fynado;
|
inherit (fynado.packages.${system}) fynado;
|
||||||
|
inherit (calnow.packages.${system}) calnow;
|
||||||
|
|
||||||
inherit (spkgs) matrix-synapse;
|
inherit (spkgs) matrix-synapse;
|
||||||
|
|
||||||
|
@ -10,6 +10,7 @@ let
|
|||||||
inherit (inputs.traygent.packages.${pkgs.system}) traygent;
|
inherit (inputs.traygent.packages.${pkgs.system}) traygent;
|
||||||
inherit (inputs.fynado.packages.${pkgs.system}) fynado;
|
inherit (inputs.fynado.packages.${pkgs.system}) fynado;
|
||||||
inherit (inputs.beyt.packages.${pkgs.system}) beyt;
|
inherit (inputs.beyt.packages.${pkgs.system}) beyt;
|
||||||
|
inherit (inputs.calnow.packages.${pkgs.system}) calnow;
|
||||||
firefox = import ../configs/firefox.nix { inherit pkgs; };
|
firefox = import ../configs/firefox.nix { inherit pkgs; };
|
||||||
rage = pkgs.writeScriptBin "rage" (import ../bins/rage.nix { inherit pkgs; });
|
rage = pkgs.writeScriptBin "rage" (import ../bins/rage.nix { inherit pkgs; });
|
||||||
rpr =
|
rpr =
|
||||||
@ -109,6 +110,7 @@ with lib; {
|
|||||||
bc
|
bc
|
||||||
beyt
|
beyt
|
||||||
black
|
black
|
||||||
|
calnow
|
||||||
drawterm-wayland
|
drawterm-wayland
|
||||||
exiftool
|
exiftool
|
||||||
go-font
|
go-font
|
||||||
|
Loading…
Reference in New Issue
Block a user