-
Notifications
You must be signed in to change notification settings - Fork 3
/
configuration-workplace.nix
400 lines (355 loc) · 7.84 KB
/
configuration-workplace.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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
{ lib, config, pkgs, ... }:
with lib;
let
myPass = pkgs.pass.withExtensions (exts: with exts; [ pass-otp ]);
/*jupyter = import (builtins.fetchGit {
url = https://github.com/tweag/jupyterWith;
# Example working revision, check out the latest one.
rev = "2b10030df2a29beed10c02d5f64745b143206350";
}) {};
iPython = jupyter.kernels.iPythonWith {
name = "python";
packages = p: with p; [ numpy pandas ];
};
jupyterEnvironment =
jupyter.jupyterlabWith {
kernels = [ iPython ];
};*/
in {
imports =
[ ./configuration-common.nix
];
fonts.packages = with pkgs; [
dejavu_fonts
noto-fonts
noto-fonts-cjk-sans
noto-fonts-emoji
source-code-pro
cm_unicode
inter
corefonts
nerdfonts
];
nix.nixPath = [ "nixpkgs=/home/abbradar/nixpkgs" "nixos-config=/etc/nixos/configuration.nix" ];
# Time zone
time.timeZone = "Asia/Bangkok";
nixpkgs.config = {
android_sdk.accept_license = true;
# Build packages with pulseaudio support
pulseaudio = true;
};
boot = {
loader.timeout = 0;
supportedFilesystems = [ "nfs" "ntfs" "exfat" ];
kernelModules = [ "v4l2loopback" ];
# kernelPackages = pkgs.linuxPackages_latest;
extraModulePackages = [
config.boot.kernelPackages.v4l2loopback
];
plymouth.enable = true;
kernel.sysctl."kernel.sysrq" = 1;
};
networking = {
firewall.enable = false;
wireguard.enable = true;
networkmanager = {
enable = true;
ethernet.macAddress = "stable";
wifi.macAddress = "stable";
};
# Needed for nasty captive portals to work.
resolvconf.dnsExtensionMechanism = false;
};
environment.pathsToLink = [ "/libexec" ];
environment.systemPackages = with pkgs; [
# Utils
powertop
s-tui
# minicom
mercurial
google-cloud-sdk
pavucontrol
androidenv.androidPkgs.platform-tools
#platformio
silver-searcher
myPass
git-lfs
git-filter-repo
rclone
# Runtimes
steam-run-native
(appimage-run.override {
extraPkgs = pkgs: [ pkgs.icu ];
})
steam
lgogdownloader
wineWowPackages.staging
lutris
zenity
jdk
leiningen
nodejs
# icedtea_web
adoptopenjdk-icedtea-web
# VM
virt-manager
kubectl
# Multimedia
(firefox.override {
nativeMessagingHosts = [ tridactyl-native gnome-browser-connector (passff-host.override { pass = myPass; }) ];
})
chromium
(deadbeef-with-plugins.override {
plugins = with deadbeefPlugins; [ mpris2 ];
})
thunderbird
(mpv.override {
scripts = with mpvScripts; [ inhibit-gnome ];
})
yt-dlp
stremio
syncplay
gimp
# Broken
#darktable
audacity
inkscape
xsane
# zathura
obs-studio
qjackctl
pulseaudio # for pacmd
# GUI
wl-clipboard
gnome-tweaks
gnome-themes-extra
# Messengers
gajim
dino
element-desktop
# Has issues with Wayland
tdesktop
/*(writers.writeBashBin "telegram-desktop" ''
if [ -z "''${QT_QPA_PLATFORM+x}" ]; then
export QT_QPA_PLATFORM=xcb
fi
exec ${tdesktop}/bin/telegram-desktop "$@"
'')*/
signal-desktop
mumble
zoom-us
# Haskell
irony-server
cabal-install
haskellPackages.haskell-language-server
#jupyterEnvironment
ghc
# stack
cabal2nix
# Development
vscode
code-cursor
emacs
# emacs-unstable
# neovim-qt
# For doom
ripgrep fd direnv fzf
# rtags
glslang
llvmPackages_latest.clang
clang-tools
pyright
beamPackages.elixir-ls
shellcheck
aichat
# Network
deluge
miniupnpc
wget
openvpn
update-resolv-conf
remmina
shadowsocks-libev
tor
# Documents
libreoffice
anki
nextcloud-client
(texlive.combine {
inherit (texlive)
collection-basic
metafont
xits
collection-bibtexextra
collection-binextra
collection-context
collection-formatsextra
collection-fontutils
#collection-genericextra
#collection-genericrecommended
collection-langcyrillic
collection-langenglish
collection-latex
collection-latexextra
collection-latexrecommended
#collection-mathextra
collection-pictures
#collection-plainextra
collection-pstricks
#collection-science
collection-xetex;
})
python3.pkgs.pygments
];
environment.gnome.excludePackages = with pkgs; [gnome-software];
i18n = {
inputMethod = {
enable = true;
type = "ibus";
};
};
console = {
packages = [ pkgs.terminus_font ];
};
hardware = {
# We use PipeWire
pulseaudio.enable = false;
sane = {
enable = true;
};
xpadneo.enable = true;
steam-hardware.enable = true;
usb-modeswitch.enable = true;
flipperzero.enable = true;
};
documentation.nixos.enable = false;
services = {
# k3s.enable = true;
# teamviewer.enable = true;
pipewire.enable = true;
flatpak.enable = true;
system-config-printer.enable = false;
tailscale = {
enable = true;
useRoutingFeatures = "client";
};
pcscd = {
enable = true;
};
resolved.enable = true;
avahi = {
enable = true;
nssmdns4 = true;
};
printing = {
enable = true;
drivers = with pkgs; [ epson-escpr gutenprint ];
};
dnscrypt-proxy2 = {
# enable = true;
settings = {
server_names = [ "cloudflare" ];
force_tcp = true;
log_level = 0;
};
};
udev.packages = with pkgs; [
android-udev-rules
libmtp
];
xserver = {
enable = true;
displayManager.gdm.enable = true;
wacom.enable = true;
desktopManager.gnome = {
enable = true;
sessionPath = with pkgs.gnomeExtensions; [
caffeine
appindicator
];
};
};
gnome.rygel.enable = true;
samba = {
# enable = true;
settings.global = {
"bind interfaces only" = true;
"interfaces" = "virbr0";
"acl allow execute always" = true;
};
settings.home = {
path = "/home/abbradar";
"browseable" = "yes";
"read only" = "no";
};
};
};
users = {
mutableUsers = false;
defaultUserShell = pkgs.zsh;
extraUsers = {
root.hashedPasswordFile = "/root/.passwd";
abbradar = {
hashedPasswordFile = "/root/.abbradar.passwd";
isNormalUser = true;
uid = 1000;
extraGroups = [ "wheel" "docker" "podman" "wireshark" "libvirtd" "cdrom" "vboxusers" ];
};
};
};
programs = {
zsh.enable = true;
cdemu.enable = true;
gnome-terminal.enable = true;
direnv.enable = true;
wireshark = {
enable = true;
package = pkgs.wireshark-qt;
};
gnupg.agent = {
enable = true;
pinentryPackage = pkgs.pinentry-gnome3;
};
neovim = {
enable = true;
withPython3 = true;
configure = {
packages.myVimPackage = with pkgs.vimPlugins; {
start = [
(nvim-treesitter.withPlugins (_: pkgs.tree-sitter.allGrammars))
coq_nvim
];
};
};
};
};
security.rtkit.enable = true;
security.pam.loginLimits = [
{ domain = "abbradar";
type = "-";
item = "memlock";
value = "unlimited";
}
{ domain = "abbradar";
type = "hard";
item = "nofile";
value = "524288";
}
];
virtualisation = {
docker = {
enable = true;
# Fix working with networkd.
# enableSysbox = true;
};
# podman = {
# enable = true;
# dockerSocket.enable = true;
# };
libvirtd.enable = true;
virtualbox.host = {
enable = true;
# enableExtensionPack = true;
};
};
}