home/breakerbox: make keybase breakers

This commit is contained in:
2025-08-23 21:46:18 +02:00
parent d5a0e9ec2d
commit dd3a8975a7
2 changed files with 3 additions and 8 deletions

View File

@@ -78,9 +78,7 @@ in
./services/psd.nix ./services/psd.nix
./services/pueue.nix ./services/pueue.nix
./services/tumblerd.nix ./services/tumblerd.nix
] ++ (optionals graphics [ ] ++ (optionals (!machineVars.wayland) [
./services/keybase.nix
]) ++ (optionals (!machineVars.wayland) [
./programs/xmonad ./programs/xmonad
# ./programs/xmobar # ./programs/xmobar
@@ -155,6 +153,8 @@ in
services.copyq.enable = graphics; services.copyq.enable = graphics;
services.dunst.enable = graphics; services.dunst.enable = graphics;
services.gnome-keyring.enable = graphics; services.gnome-keyring.enable = graphics;
services.kbfs.enable = graphics;
services.keybase.enable = graphics;
services.mpd.enable = graphics; services.mpd.enable = graphics;
services.mpris-proxy.enable = graphics; services.mpris-proxy.enable = graphics;
services.network-manager-applet.enable = graphics; services.network-manager-applet.enable = graphics;

View File

@@ -1,5 +0,0 @@
{ ... }:
{
services.keybase.enable = true;
services.kbfs.enable = true;
}