diff options
-rw-r--r-- | core.nix | 1 | ||||
-rw-r--r-- | desktop.nix | 4 |
2 files changed, 4 insertions, 1 deletions
@@ -60,6 +60,7 @@ unzip tig file whois nmap usbutils lshw gnumake pv jq killall netcat-gnu perl pciutils cowsay man-pages gcc binutils python3 python + lm_sensors ]; }; } diff --git a/desktop.nix b/desktop.nix index 5a5d358..740cab7 100644 --- a/desktop.nix +++ b/desktop.nix @@ -105,7 +105,7 @@ gopass stow pass gnupg imagemagick acpi gdb sox # Nixos stuff - nox nix-index + nox nix-index patchelf # Network stuff networkmanagerapplet networkmanager-openconnect iw @@ -128,10 +128,12 @@ 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 ]; } |