1
0
mirror of https://github.com/kmein/niveum synced 2026-03-19 03:21:10 +01:00
Files
niveum/configs/packages.nix

115 lines
1.7 KiB
Nix
Raw Normal View History

{ config, pkgs, ... }:
with pkgs;
{
2018-12-04 21:07:13 +01:00
nixpkgs.config.allowUnfree = true;
fonts.enableDefaultFonts = true;
fonts.fonts = [
2018-10-07 09:22:43 +02:00
corefonts
eb-garamond
fira
font-awesome-ttf
2018-12-18 23:40:58 +01:00
libertine
lmodern
powerline-fonts
roboto
];
environment.systemPackages = [
arandr
blueman
chromium
config.constants.theme.gtk.package
config.constants.theme.icon.package
ffmpeg
2018-10-21 23:46:25 +02:00
file
firefox
git
gnumake
2018-10-21 23:46:25 +02:00
gthumb
htop
imagemagick
libnotify
2018-12-04 23:01:17 +01:00
# libreoffice
lsof
lxappearance
mpv
pamixer
pavucontrol
2018-12-18 23:40:58 +01:00
perl
pmount
ranger
ripgrep tree
rlwrap
tor-browser-bundle-bin
unzip
w3m
wget
whois
xclip
2018-12-04 23:01:17 +01:00
sxiv
xorg.xbacklight
xorg.xcursorthemes
xorg.xkill
wpa_supplicant_gui
youtubeDL
zathura
];
programs.command-not-found.enable = true;
2018-11-21 16:01:41 +01:00
programs.java = {
enable = true;
2018-12-04 23:01:17 +01:00
package = pkgs.openjdk;
2018-11-21 16:01:41 +01:00
};
users.users.kfm.packages = [
(texlive.combine { inherit (pkgs.texlive) scheme-full latexmk; })
audacity
cabal-install
cabal2nix
calibre
2018-10-01 08:26:46 +02:00
cloc
clojure
ctags
dot2tex
dropbox-cli
fsharp
gcc
2018-10-01 08:29:08 +02:00
ghc
gnuplot
graphviz
grive2
haskellPackages.ghcid
haskellPackages.hakyll
haskellPackages.hasktags
haskellPackages.hindent
haskellPackages.hoogle
haskellPackages.pandoc
haskellPackages.pandoc-citeproc
hlint
idris
inkscape
jo
lua
maxima
mypy
nasm
nix-prefetch-git
nodejs
ocaml
par
python3
python36Packages.black
2018-10-19 21:40:03 +02:00
python36Packages.flake8
racket-minimal
rustup
scala
2018-10-07 09:13:30 +02:00
seafile-client
shellcheck
spotify
stack
2018-12-18 23:40:58 +01:00
typora
zeroad
];
}