disable gnome keyring in hm (might not do anything idk)
This commit is contained in:
parent
622dc43117
commit
bf9ac6a60f
1 changed files with 4 additions and 4 deletions
|
@ -12,10 +12,10 @@
|
||||||
./waybar.nix
|
./waybar.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
services.gnome-keyring = {
|
# services.gnome-keyring = {
|
||||||
enable = true;
|
# enable = true;
|
||||||
components = ["secrets"];
|
# components = ["secrets"];
|
||||||
};
|
# };
|
||||||
|
|
||||||
services.cliphist = {
|
services.cliphist = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue