Waybar touchup, remove Gnome Keyring
This commit is contained in:
parent
51a7429775
commit
4fd8327291
5 changed files with 6 additions and 34 deletions
|
@ -2,7 +2,6 @@
|
|||
{
|
||||
imports = [
|
||||
./easyeffects
|
||||
./gnome-keyring
|
||||
./impermanence
|
||||
./mpd
|
||||
./playerctl
|
||||
|
|
|
@ -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" ];
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue