From c7fdd7306acb714d8e9014f6a8c47339b429fc36 Mon Sep 17 00:00:00 2001 From: Julian T Date: Sun, 11 Apr 2021 15:52:00 +0200 Subject: Move some packages to home-manager --- desktop.nix | 29 ++--------------------------- 1 file changed, 2 insertions(+), 27 deletions(-) diff --git a/desktop.nix b/desktop.nix index 7aa65f1..dc147c4 100644 --- a/desktop.nix +++ b/desktop.nix @@ -102,38 +102,13 @@ environment.systemPackages = with pkgs; [ # General stuff - gopass stow pass gnupg imagemagick acpi gdb sox + gnupg acpi # Nixos stuff - nox nix-index patchelf + nox nix-index patchelf nix-prefetch-scripts # Network stuff networkmanagerapplet networkmanager-openconnect iw wirelesstools - - # Developing - rustup gcc go clang-tools python38Packages.ipython - - # X stuff - feh rofi xorg.xmodmap xss-lock xclip xorg.xkill - acpilight xdotool dunst xcompmgr scrot libnotify i3lock - xbindkeys - - # Gui applications - firefox pavucontrol evince leafpad inkscape gimp - meld pinentry gnome3.gnome-system-monitor - termite quasselClient wireshark spotify - gnome3.file-roller gnome3.gnome-calculator - gnome3.simple-scan vlc mpv xorg.xev - gnome3.evolution evolution-data-server vimHugeX - (mumble.override { pulseSupport = true; }) - libreoffice-fresh liferea qutebrowser mate.caja - audacity - - # Other stuff - texlive.combined.scheme-medium biber - youtube-dl sshpass python38Packages.pynvim - aspell aspellDicts.da aspellDicts.en - ffmpegthumbnailer tio ]; } -- cgit v1.2.3