Split rbw from home configuration.

This commit is contained in:
jay
2025-07-02 07:03:02 -04:00
parent ba77294db0
commit d953d2c3df
2 changed files with 4 additions and 8 deletions

View File

@@ -13,6 +13,7 @@
./programs/hyprlock.nix ./programs/hyprlock.nix
./programs/lazygit.nix ./programs/lazygit.nix
./programs/oh-my-posh.nix ./programs/oh-my-posh.nix
./programs/rbw.nix
./programs/rofi.nix ./programs/rofi.nix
./programs/yazi.nix ./programs/yazi.nix
./services/arrpc.nix ./services/arrpc.nix
@@ -64,14 +65,6 @@
}; };
}; };
programs.rbw = {
enable = true;
# settings = {
# email = "jay@zerojay.com";
# base_url = "https://bw.zerojay.com";
# };
};
# Let Home Manager install and manage itself. # Let Home Manager install and manage itself.
programs.home-manager.enable = true; programs.home-manager.enable = true;

View File

@@ -0,0 +1,3 @@
{ pkgs, ...}: {
programs.rbw.enable = true;
}