mirror of
https://github.com/kmein/niveum
synced 2026-03-20 03:51:07 +01:00
fix: minimize + optimize packages and services
This commit is contained in:
@@ -27,15 +27,15 @@
|
||||
aria2
|
||||
firefox
|
||||
tor-browser-bundle-bin
|
||||
thunderbird
|
||||
# thunderbird
|
||||
unstable.tdesktop
|
||||
w3m
|
||||
wget
|
||||
httpie
|
||||
# httpie
|
||||
whois
|
||||
ddgr
|
||||
python3Packages.instaloader
|
||||
mtr # my traceroute
|
||||
# python3Packages.instaloader
|
||||
# mtr # my traceroute
|
||||
] ++ [
|
||||
gnome3.nautilus
|
||||
] ++ [ # media
|
||||
@@ -97,16 +97,17 @@
|
||||
] ++ [ # math
|
||||
bc
|
||||
] ++ [ # shell
|
||||
(pass.withExtensions (ext: [ext.pass-otp]))
|
||||
pass
|
||||
# (pass.withExtensions (ext: [ext.pass-otp]))
|
||||
fzf
|
||||
gnupg
|
||||
kmein.mnemosyne
|
||||
# kmein.mnemosyne
|
||||
kmein.favicon
|
||||
kmein.autorenkalender
|
||||
kmein.bvg
|
||||
# kmein.bvg
|
||||
kmein.daybook
|
||||
kmein.depp
|
||||
kmein.dirmir
|
||||
# kmein.dirmir
|
||||
kmein.genius
|
||||
kmein.instaget
|
||||
kmein.literature-quote
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
};
|
||||
|
||||
services.hoogle = {
|
||||
enable = true;
|
||||
enable = false;
|
||||
packages = import ./packages.nix;
|
||||
port = 8091;
|
||||
};
|
||||
|
||||
@@ -19,9 +19,6 @@
|
||||
gnumake
|
||||
gcc
|
||||
binutils # strip, ld, ...
|
||||
iolanguage
|
||||
ruby
|
||||
rubocop
|
||||
rustup
|
||||
shellcheck
|
||||
];
|
||||
|
||||
@@ -2,11 +2,11 @@
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
texlive.combined.scheme-full
|
||||
(aspellWithDicts (dict: [dict.de dict.en dict.la dict.en-computers dict.ru]))
|
||||
(aspellWithDicts (dict: [dict.de dict.en dict.en-computers]))
|
||||
unstable.haskellPackages.pandoc-citeproc
|
||||
libreoffice
|
||||
unstable.pandoc
|
||||
proselint
|
||||
# proselint
|
||||
unstable.asciidoctor
|
||||
wordnet
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user