From b96a02656585026de0af37effa1555274b1e5415 Mon Sep 17 00:00:00 2001 From: schweby Date: Sat, 25 Dec 2021 18:56:29 +0100 Subject: [PATCH] cleanup default apps --- common/default.nix | 5 +++-- desktop/default.nix | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/common/default.nix b/common/default.nix index fc0375b..cfa65bb 100644 --- a/common/default.nix +++ b/common/default.nix @@ -44,7 +44,7 @@ in { environment.systemPackages = with pkgs; [ smartmontools lm_sensors htop tcpdump nload iftop -# bottom + bottom ripgrep git wget kitty.terminfo @@ -61,7 +61,7 @@ in { socat tmux gnupg - vim + vim neovim patchelf binutils dnsutils @@ -69,6 +69,7 @@ in { nmap s-tui stress ffmpeg-full + bat ]; security.acme.email = "info+acme@hacc.space"; diff --git a/desktop/default.nix b/desktop/default.nix index b8d769d..c894d2a 100644 --- a/desktop/default.nix +++ b/desktop/default.nix @@ -9,15 +9,16 @@ # boot.plymouth.splashBeforeUnlock = true; environment.systemPackages = with pkgs; [ pulsemixer pavucontrol - firefox git kitty j4-dmenu-desktop bemenu + firefox kitty j4-dmenu-desktop bemenu breeze-qt5 mako mpv youtube-dl wl-clipboard mumble xdg_utils slurp grim libnotify _1password-gui + gimp # gnome3.nautilus - ] ++ (with pkgs; [ alacritty picom feh copyq polybar cinnamon.nemo rofi arandr notepadqq nomacs bat ]); + ] ++ (with pkgs; [ alacritty picom feh copyq polybar cinnamon.nemo rofi arandr notepadqq nomacs imv gthumb ]); sound.enable = true; time.timeZone = "Europe/Berlin";