mirror of
https://github.com/Superredstone/nixos.git
synced 2026-03-07 20:28:08 +01:00
feat(gnome): add gnome-keyring service
This commit is contained in:
@@ -25,6 +25,8 @@
|
|||||||
plasma6.enable = lib.mkIf (currentSystemDe == "plasma") true;
|
plasma6.enable = lib.mkIf (currentSystemDe == "plasma") true;
|
||||||
gnome.enable = lib.mkIf (currentSystemDe == "gnome") true;
|
gnome.enable = lib.mkIf (currentSystemDe == "gnome") true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
gnome.gnome-keyring.enable = lib.mkIf (currentSystemDe == "gnome") true;
|
||||||
};
|
};
|
||||||
environment.plasma6.excludePackages = with pkgs.kdePackages; [
|
environment.plasma6.excludePackages = with pkgs.kdePackages; [
|
||||||
elisa
|
elisa
|
||||||
|
|||||||
Reference in New Issue
Block a user