ags: moved ags-calendar to ags-agenda
This commit is contained in:
parent
00de430484
commit
5f64b419db
16
flake.lock
16
flake.lock
|
@ -4,7 +4,7 @@
|
||||||
"inputs": {
|
"inputs": {
|
||||||
"astal": "astal",
|
"astal": "astal",
|
||||||
"nixpkgs": [
|
"nixpkgs": [
|
||||||
"ags-calendar",
|
"ags-agenda",
|
||||||
"nixpkgs"
|
"nixpkgs"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
@ -22,17 +22,17 @@
|
||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"ags-calendar": {
|
"ags-agenda": {
|
||||||
"inputs": {
|
"inputs": {
|
||||||
"ags": "ags",
|
"ags": "ags",
|
||||||
"nixpkgs": "nixpkgs"
|
"nixpkgs": "nixpkgs"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1732362088,
|
"lastModified": 1732416287,
|
||||||
"narHash": "sha256-ORysoloxRrg5fkKLMp6DLj45SI5A5tmt3wRdmJU0v8E=",
|
"narHash": "sha256-1kqcDSVxoR9zRnj63d2aehEcjdtwdUJfXiTo6KEdL00=",
|
||||||
"ref": "main",
|
"ref": "main",
|
||||||
"rev": "0f91ff34abd030b9a6b9e90dd50c97b40ea50a9a",
|
"rev": "847555fe0573bf40b9c6fe9e09e08101e2dcb5b1",
|
||||||
"revCount": 9,
|
"revCount": 10,
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://git.tigor.web.id/tigor/AGS"
|
"url": "https://git.tigor.web.id/tigor/AGS"
|
||||||
},
|
},
|
||||||
|
@ -78,7 +78,7 @@
|
||||||
"astal": {
|
"astal": {
|
||||||
"inputs": {
|
"inputs": {
|
||||||
"nixpkgs": [
|
"nixpkgs": [
|
||||||
"ags-calendar",
|
"ags-agenda",
|
||||||
"ags",
|
"ags",
|
||||||
"nixpkgs"
|
"nixpkgs"
|
||||||
]
|
]
|
||||||
|
@ -724,7 +724,7 @@
|
||||||
},
|
},
|
||||||
"root": {
|
"root": {
|
||||||
"inputs": {
|
"inputs": {
|
||||||
"ags-calendar": "ags-calendar",
|
"ags-agenda": "ags-agenda",
|
||||||
"home-manager": "home-manager",
|
"home-manager": "home-manager",
|
||||||
"hyprland": "hyprland",
|
"hyprland": "hyprland",
|
||||||
"hyprland-contrib": "hyprland-contrib",
|
"hyprland-contrib": "hyprland-contrib",
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
inputs = {
|
inputs = {
|
||||||
zen-browser.url = "github:MarceColl/zen-browser-flake";
|
zen-browser.url = "github:MarceColl/zen-browser-flake";
|
||||||
nur.url = "github:nix-community/NUR";
|
nur.url = "github:nix-community/NUR";
|
||||||
ags-calendar.url = "git+https://git.tigor.web.id/tigor/AGS?ref=main";
|
ags-agenda.url = "git+https://git.tigor.web.id/tigor/AGS?ref=main";
|
||||||
neovim-nightly-overlay = {
|
neovim-nightly-overlay = {
|
||||||
url = "github:nix-community/neovim-nightly-overlay";
|
url = "github:nix-community/neovim-nightly-overlay";
|
||||||
};
|
};
|
||||||
|
@ -74,7 +74,7 @@
|
||||||
nur.overlay
|
nur.overlay
|
||||||
rust-overlay.overlays.default
|
rust-overlay.overlays.default
|
||||||
(final: prev: { zen-browser = inputs.zen-browser.packages."${system}".default; })
|
(final: prev: { zen-browser = inputs.zen-browser.packages."${system}".default; })
|
||||||
(final: prev: { ags-calendar = inputs.ags-calendar.packages."${system}".default; })
|
(final: prev: { ags-agenda = inputs.ags-agenda.packages."${system}".default; })
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
|
|
|
@ -35,7 +35,7 @@ in
|
||||||
eww
|
eww
|
||||||
ags
|
ags
|
||||||
bun
|
bun
|
||||||
ags-calendar
|
ags-agenda
|
||||||
typescript
|
typescript
|
||||||
(symlinkJoin {
|
(symlinkJoin {
|
||||||
name = "gcalcli";
|
name = "gcalcli";
|
||||||
|
@ -46,7 +46,7 @@ in
|
||||||
})
|
})
|
||||||
];
|
];
|
||||||
|
|
||||||
wayland.windowManager.hyprland.settings.exec-once = [ "ags-calendar" ];
|
wayland.windowManager.hyprland.settings.exec-once = [ "ags-agenda" ];
|
||||||
|
|
||||||
home.file.".config/gcalcli/config.toml".source = (pkgs.formats.toml { }).generate "config.toml" {
|
home.file.".config/gcalcli/config.toml".source = (pkgs.formats.toml { }).generate "config.toml" {
|
||||||
calendars = {
|
calendars = {
|
||||||
|
|
Loading…
Reference in a new issue