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"
|
||||
}
|
||||
},
|
||||
"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": {
|
||||
"inputs": {
|
||||
"nixpkgs": [
|
||||
@ -394,6 +414,7 @@
|
||||
"root": {
|
||||
"inputs": {
|
||||
"beyt": "beyt",
|
||||
"calnow": "calnow",
|
||||
"darwin": "darwin",
|
||||
"emacs-overlay": "emacs-overlay",
|
||||
"fynado": "fynado",
|
||||
|
@ -106,6 +106,10 @@
|
||||
url = "github:qbit/fynado";
|
||||
inputs.nixpkgs.follows = "unstable";
|
||||
};
|
||||
calnow = {
|
||||
url = "github:qbit/calnow";
|
||||
inputs.nixpkgs.follows = "unstable";
|
||||
};
|
||||
gqrss = {
|
||||
url = "github:qbit/gqrss";
|
||||
flake = false;
|
||||
@ -115,6 +119,7 @@
|
||||
outputs =
|
||||
{ self
|
||||
, beyt
|
||||
, calnow
|
||||
, darwin
|
||||
, emacs-overlay
|
||||
, gostart
|
||||
@ -376,6 +381,7 @@
|
||||
inherit (tsns.packages.${system}) tsns;
|
||||
inherit (traygent.packages.${system}) traygent;
|
||||
inherit (fynado.packages.${system}) fynado;
|
||||
inherit (calnow.packages.${system}) calnow;
|
||||
|
||||
inherit (spkgs) matrix-synapse;
|
||||
|
||||
|
@ -10,6 +10,7 @@ let
|
||||
inherit (inputs.traygent.packages.${pkgs.system}) traygent;
|
||||
inherit (inputs.fynado.packages.${pkgs.system}) fynado;
|
||||
inherit (inputs.beyt.packages.${pkgs.system}) beyt;
|
||||
inherit (inputs.calnow.packages.${pkgs.system}) calnow;
|
||||
firefox = import ../configs/firefox.nix { inherit pkgs; };
|
||||
rage = pkgs.writeScriptBin "rage" (import ../bins/rage.nix { inherit pkgs; });
|
||||
rpr =
|
||||
@ -109,6 +110,7 @@ with lib; {
|
||||
bc
|
||||
beyt
|
||||
black
|
||||
calnow
|
||||
drawterm-wayland
|
||||
exiftool
|
||||
go-font
|
||||
|
Loading…
Reference in New Issue
Block a user