Waybar touchup, remove Gnome Keyring

This commit is contained in:
Bun 2025-05-06 08:47:36 -04:00
parent 51a7429775
commit 4fd8327291
5 changed files with 6 additions and 34 deletions

View file

@ -2,7 +2,6 @@
{
imports = [
./displaymanager
./gnome-keyring
./keyd
./libvirtd
./portals

View file

@ -1,4 +0,0 @@
{ config, ... }:
{
services.gnome.gnome-keyring.enable = config.system.desktop.enable;
}