diff options
author | Karel Kočí <cynerd@email.cz> | 2024-10-01 08:54:42 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2024-10-01 08:54:42 +0200 |
commit | 7479f3893ddd4bc7d392d07a2070f1d506116c1d (patch) | |
tree | fc6009ada45881dc49954e590d1b57e0697746d2 /nixos/modules | |
parent | 632f41025a80c23f1765a0e813a718d90a490ffe (diff) | |
download | nixos-personal-7479f3893ddd4bc7d392d07a2070f1d506116c1d.tar.gz nixos-personal-7479f3893ddd4bc7d392d07a2070f1d506116c1d.tar.bz2 nixos-personal-7479f3893ddd4bc7d392d07a2070f1d506116c1d.zip |
pkgs: add dodo
The alternative mail client.
Diffstat (limited to 'nixos/modules')
-rw-r--r-- | nixos/modules/desktop.nix | 1 | ||||
-rw-r--r-- | nixos/modules/packages.nix | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/nixos/modules/desktop.nix b/nixos/modules/desktop.nix index 4a8c7dd..54c50d2 100644 --- a/nixos/modules/desktop.nix +++ b/nixos/modules/desktop.nix @@ -70,6 +70,7 @@ in { msmtp notmuch astroid + dodo taskwarrior3 vdirsyncer khal diff --git a/nixos/modules/packages.nix b/nixos/modules/packages.nix index d321901..1052f56 100644 --- a/nixos/modules/packages.nix +++ b/nixos/modules/packages.nix @@ -66,6 +66,7 @@ in { speedtest-cli librespeed-cli termshark + w3m lm_sensors ] |