custom weather notifier

This commit is contained in:
2025-09-30 09:50:05 -06:00
parent 3ed4ccca9e
commit 725c13a6b6
5 changed files with 84 additions and 8 deletions

View File

@@ -1,4 +1,4 @@
{ config, pkgs, ... }:
{ config, pkgs, inputs, ... }:
{
home = {
@@ -52,5 +52,10 @@
../packages/zsh/zsh.nix
# package bundles
./bundles/langs.nix
];
## Development
inputs.currents.homeManagerModules.currents
];
services.currents.enable = true;
}