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 = [
./easyeffects
./gnome-keyring
./impermanence
./mpd
./playerctl

View file

@ -1,7 +0,0 @@
{ config, lib, ... }:
{
config = lib.mkIf config.home.desktop.enable {
services.gnome-keyring.enable = true;
home.persistence."/persist${config.home.homeDirectory}".directories = [ ".local/share/keyrings" ];
};
}