-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackages.nix
95 lines (95 loc) · 1.4 KB
/
packages.nix
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
{config,pkgs,lib,...}:
{
nixpkgs.config.packageOverrides = pkgs: {
nur = import (builtins.fetchTarball "https://github.com/nix-community/NUR/archive/master.tar.gz") {
inherit pkgs;
};
};
environment.systemPackages = with pkgs; [
vlc
ncat
bind
bc
lynx
wget
git
cachix
alacritty
gnome3.nautilus
gnome3.sushi
bashmount
ntfs3g
xclip
gnumake
obs-studio
lxqt.pavucontrol-qt
powerline-rs
ncurses
ncurses5
zlib
stack
cabal-install
haskellPackages.hoogle
haskellPackages.haddock
nix-index
docker-compose
xdotool
font-awesome
freetype
gcc
glibc
python
unzip
zip
direnv
openssl
xorg.xwininfo
lm_sensors
nixops
awscli
nix-prefetch-scripts
pango
skypeforlinux
tdesktop
dunst
libnotify
evtest
xorg.xinit
_2048-in-terminal
anydesk
transmission
haskellPackages.ghcide
mysql-workbench
glirc
mplayer
acpi
youtube-dl
cmus
brave
libgnome-keyring
timewarrior
mycli
htop
figlet
php74
php74Packages.composer
chromium
nodejs-12_x
yarn
kerberos
jq
glibcLocales
speedtest-cli
# slack
solaar
flameshot
i3lock
i3blocks
feh
moreutils
ranger
inotify-tools
thunderbird
translate-shell
];
}