diff options
author | EuAndreh <eu@euandre.org> | 2021-01-10 19:57:30 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-01-10 19:57:30 -0300 |
commit | a345bc68216892cdc9316930d6c32aa765cfc390 (patch) | |
tree | f7a6bc7b2d85d1c3e147aa565110242b262a71d9 | |
parent | sync-mail.sh to POSIX sh (diff) | |
download | dotfiles-a345bc68216892cdc9316930d6c32aa765cfc390.tar.gz dotfiles-a345bc68216892cdc9316930d6c32aa765cfc390.tar.xz |
configuration.nix, os.scm: Add dino package
-rw-r--r-- | guix/os.scm | 1 | ||||
-rw-r--r-- | nixos/configuration.nix | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/guix/os.scm b/guix/os.scm index 6d2cb16..439fa67 100644 --- a/guix/os.scm +++ b/guix/os.scm @@ -135,6 +135,7 @@ audacity zbar ;; fractal + dino calibre vlc gpodder diff --git a/nixos/configuration.nix b/nixos/configuration.nix index a3b1a60..1109b1d 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -283,6 +283,7 @@ in { fractal calibre vlc + dino ## Candidates to be replaced by alternatives emacs # To be replaced by vi + fzf |