diff options
author | Alex Auvolat <alex@adnab.me> | 2023-03-02 11:12:51 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2023-03-02 11:12:51 +0100 |
commit | a503db4cae2ea2f78cde2e5b5daed48f1006b7c2 (patch) | |
tree | 16bdaa49beaebd0abf484ea9f7115f88eb578e66 /nixos | |
parent | 443011b5f4fc682c4ea0906174c65d671610bc3c (diff) | |
download | user-config-a503db4cae2ea2f78cde2e5b5daed48f1006b7c2.tar.gz user-config-a503db4cae2ea2f78cde2e5b5daed48f1006b7c2.zip |
add seahorse
Diffstat (limited to 'nixos')
-rw-r--r-- | nixos/common.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/nixos/common.nix b/nixos/common.nix index 619fa7c..686617e 100644 --- a/nixos/common.nix +++ b/nixos/common.nix @@ -148,6 +148,8 @@ in mupdf nextcloud-client homebank + nicotine-plus + gnome.seahorse ]; programs.vim.defaultEditor = true; |