summaryrefslogtreecommitdiff
path: root/nixhome/.config/nixpkgs/home.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixhome/.config/nixpkgs/home.nix')
-rw-r--r--nixhome/.config/nixpkgs/home.nix21
1 files changed, 11 insertions, 10 deletions
diff --git a/nixhome/.config/nixpkgs/home.nix b/nixhome/.config/nixpkgs/home.nix
index 9142298..cf3af3c 100644
--- a/nixhome/.config/nixpkgs/home.nix
+++ b/nixhome/.config/nixpkgs/home.nix
@@ -17,26 +17,25 @@ in {
# Developing
gcc go clang-tools
- gdb php unstable.ghc stack racket chez rustc cargo rls kak-lsp
- editorconfig-core-c chez
+ gdb php unstable.ghc rustc cargo rls kak-lsp
+ editorconfig-core-c
# Gui applications
- pkgs.firefox pavucontrol evince leafpad inkscape gimp meld pinentry
- termite wireshark spotify vlc mpv xorg.xev vimHugeX
+ pkgs.firefox pavucontrol evince leafpad inkscape gimp
+ meld pinentry
+ termite wireshark spotify
+ vlc mpv xorg.xev vimHugeX
(mumble.override { pulseSupport = true; })
- qutebrowser mate.caja audacity xournal ipcalc playerctl sxiv
+ mate.caja
+ audacity
+ ipcalc playerctl sxiv
xarchive pandoc okular
- # Other stuff
- texlive.combined.scheme-full
-
youtube-dl
aspell aspellDicts.da aspellDicts.en aspellDicts.nl
ffmpegthumbnailer tio imagemagick sox poppler_utils
ffmpeg fortune
- osu-nixos.packages.${pkgs.system}.osu-lazer
-
# The python env created in overlay
pkgs.defaultPythonEnv
]) ++ (with pkgs; [
@@ -48,5 +47,7 @@ in {
# evolution evolution-data-server evolution-ews
libreoffice-fresh
+ texlive.combined.scheme-full
+
]);
}