diff options
| author | Stefan Weigl-Bosker <stefan@s00.xyz> | 2025-03-10 15:12:53 -0400 |
|---|---|---|
| committer | Stefan Weigl-Bosker <stefan@s00.xyz> | 2025-03-10 15:12:53 -0400 |
| commit | 2fa6ca8fe19b1ebadcdfa54ea0f073df72389398 (patch) | |
| tree | a10d4ed86bee883909b108dd795fe6dda243f1d9 /form | |
| parent | d63721bd370a2a1673ff90ae0199882d49f73b5b (diff) | |
| download | home-2fa6ca8fe19b1ebadcdfa54ea0f073df72389398.tar.gz | |
installing package with dbus dep breaks non nixos
Diffstat (limited to 'form')
| -rw-r--r-- | form/configuration.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/form/configuration.nix b/form/configuration.nix index c8e78c9..40eb41c 100644 --- a/form/configuration.nix +++ b/form/configuration.nix @@ -72,6 +72,7 @@ wl-clipboard wmenu gnupg + pinentry-qt ]; environment.pathsToLink = [ "/share/zsh" ]; |