desktop: package clean up
This commit is contained in:
parent
aca5cbfabe
commit
353d095957
1 changed files with 4 additions and 20 deletions
|
@ -170,13 +170,13 @@ in {
|
||||||
bank
|
bank
|
||||||
borrow
|
borrow
|
||||||
|
|
||||||
#fzf
|
|
||||||
seafileClient
|
seafileClient
|
||||||
|
|
||||||
irc
|
irc
|
||||||
|
|
||||||
rofi
|
#fzf
|
||||||
dmenu
|
#rofi
|
||||||
|
#dmenu
|
||||||
|
|
||||||
manpages
|
manpages
|
||||||
|
|
||||||
|
@ -240,7 +240,6 @@ in {
|
||||||
ncmpcpp
|
ncmpcpp
|
||||||
|
|
||||||
nixos-generators
|
nixos-generators
|
||||||
|
|
||||||
shellcheck
|
shellcheck
|
||||||
|
|
||||||
bind.dnsutils
|
bind.dnsutils
|
||||||
|
@ -284,28 +283,13 @@ in {
|
||||||
iftop
|
iftop
|
||||||
wireguard
|
wireguard
|
||||||
|
|
||||||
|
ffmpeg
|
||||||
(writeShellScriptBin "shrink-exports"
|
(writeShellScriptBin "shrink-exports"
|
||||||
(fileContents <assets/shrink_exports>))
|
(fileContents <assets/shrink_exports>))
|
||||||
|
|
||||||
screenKey
|
screenKey
|
||||||
replaceLinks
|
replaceLinks
|
||||||
|
|
||||||
(pkgs.pidgin-with-plugins.override {
|
|
||||||
## Add whatever plugins are desired (see nixos.org package listing).
|
|
||||||
plugins = [
|
|
||||||
pkgs.pidgin-otr
|
|
||||||
pkgs.purple-facebook
|
|
||||||
pkgs.purple-discord
|
|
||||||
pkgs.purple-matrix
|
|
||||||
pkgs.purple-hangouts
|
|
||||||
pkgs.pidgin-latex
|
|
||||||
pkgs.pidgin-opensteamworks
|
|
||||||
pkgs.pidgin-skypeweb
|
|
||||||
pkgs.telegram-purple
|
|
||||||
pkgs.purple-lurch
|
|
||||||
];
|
|
||||||
})
|
|
||||||
|
|
||||||
haskellPackages.image-generator
|
haskellPackages.image-generator
|
||||||
|
|
||||||
memo
|
memo
|
||||||
|
|
Loading…
Reference in a new issue