diff options
Diffstat (limited to '')
-rw-r--r-- | home/packages.nix | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/home/packages.nix b/home/packages.nix index 8e1c87c..ca923ca 100644 --- a/home/packages.nix +++ b/home/packages.nix @@ -25,7 +25,7 @@ in pkgFilter = pkg: lib.elem pkg.tlType [ "run" "bin" "doc" ]; }) # general cli utils - almanac libnotify grim slurp zbar.override ({ enableVideo = false; withXorg = false; }) + almanac libnotify grim slurp (zbar.override { enableVideo = false; withXorg = false; }) wl-clipboard showrt kijetesantakaluotokieni mpc_cli duf dufs progress hledger wineWowPackages.full sops xdg-utils exiftool @@ -34,7 +34,7 @@ in # graphical utils kitty baobab # gnss things - gpsd galmon-full + gpsd # galmon-full # transport things transport_validator # things for emacs @@ -66,13 +66,13 @@ in rust-bin.stable.latest.minimal rust-analyzer rustfmt # go - go gopls godef gore gocode gotests gomodifytags + go gopls godef gore gotests gomodifytags # C/C++ clang clang-tools rtags irony-server # others julia python39 inweb # nix things - nixfmt niv + niv #haskellPackages.nix-serve-ng nix-doc nix-output-monitor direnv |