desktop: Move imv, smartmontools and zathura tools to home-manager

Signed-off-by: Christoph Heiss <christoph@c8h4.io>
This commit is contained in:
Christoph Heiss 2023-07-05 18:10:27 +02:00
parent 6758ebeba8
commit 9aa2869a59
Signed by: c8h4
GPG key ID: 6817E9C75C0785D7
2 changed files with 3 additions and 3 deletions

View file

@ -18,7 +18,6 @@
environment.systemPackages = with pkgs; [
blender
easyeffects
imv
krita
libreoffice-fresh
librespot
@ -26,11 +25,9 @@
lldb
lm_sensors
powertop
smartmontools
spotify-qt
texlive.combined.scheme-medium
xdg-utils
zathura
];
fonts = {

View file

@ -23,8 +23,11 @@ in {
bitwarden-cli
git-crypt
git-multi-shortlog
imv
smartmontools
wally-cli
wl-clipboard
zathura
];
home.sessionVariables = { GIT_EDITOR = "$EDITOR"; };