custom weather notifier
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user