Add/remove some things

This commit is contained in:
David Morgan 2022-10-17 16:20:44 +01:00
parent 0f60c050bf
commit fff37a6c3f
Signed by: djm
GPG Key ID: C171251002C200F2
2 changed files with 1 additions and 7 deletions

View File

@ -27,16 +27,12 @@
gnupg gnupg
gopass gopass
gopass-jsonapi gopass-jsonapi
heroku
ispell ispell
isync isync
jq jq
lscolors lscolors
lsd lsd
lynx lynx
mopidy
mopidy-ytmusic
mopidy-scrobbler
mpv mpv
mu mu
neovim neovim
@ -45,6 +41,7 @@
nix-prefetch-git nix-prefetch-git
nix-prefetch-github nix-prefetch-github
pinentry pinentry
pass
#procs #procs
libqalculate libqalculate
ripgrep ripgrep

View File

@ -1,13 +1,10 @@
{ config, pkgs, ... }: { config, pkgs, ... }:
{ {
#services.emacs.package = pkgs.emacsUnstable;
home.packages = with pkgs; [ home.packages = with pkgs; [
bitlbee bitlbee
bitlbee-discord bitlbee-discord
emacs-nox emacs-nox
heroku
irssi irssi
]; ];