mirror of
https://github.com/Swarsel/.dotfiles.git
synced 2025-12-06 09:07:21 +01:00
chore: improve work setup
This commit is contained in:
parent
54d4090918
commit
dfe2c3922d
10 changed files with 161 additions and 8 deletions
|
|
@ -1,6 +1,6 @@
|
|||
_:
|
||||
{ lib, config, ... }:
|
||||
{
|
||||
services.gnome-keyring = {
|
||||
services.gnome-keyring = lib.mkIf (!config.swarselsystems.isNixos) {
|
||||
enable = true;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue