-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
188 additions
and
186 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,186 @@ | ||
{ pkgs, lib, ... }: | ||
{ | ||
environment.systemPackages = | ||
lib.flatten ( | ||
lib.attrValues ( | ||
with pkgs; | ||
{ | ||
python = [ | ||
(python311.withPackages ( | ||
ps: with ps; [ | ||
pandas | ||
requests | ||
absl-py | ||
tldextract | ||
bleak | ||
matplotlib | ||
clang | ||
pyyaml | ||
] | ||
)) | ||
]; | ||
crypt = [ | ||
minisign | ||
rage | ||
age-plugin-yubikey | ||
cryptsetup | ||
tpm2-tss | ||
tpm2-tools | ||
yubikey-manager | ||
monero-cli | ||
yubikey-personalization | ||
]; | ||
|
||
dev = [ | ||
vscode.fhs | ||
nodejs_latest.pkgs.pnpm | ||
qemu-utils | ||
rustup | ||
linuxPackages_latest.perf | ||
gitoxide | ||
gitui | ||
nushell | ||
# radicle | ||
# friture | ||
|
||
pv | ||
devenv | ||
# gnome.dconf-editor | ||
|
||
[ | ||
bpf-linker | ||
gdb | ||
gcc | ||
gnumake | ||
cmake | ||
] | ||
lua | ||
delta | ||
go | ||
nix-tree | ||
kotlin | ||
inotify-tools | ||
tmux | ||
|
||
trunk | ||
cargo-expand | ||
wasmtime | ||
comma | ||
nix-update | ||
]; | ||
|
||
lang = [ | ||
[ | ||
editorconfig-checker | ||
kotlin-language-server | ||
sumneko-lua-language-server | ||
yaml-language-server | ||
tree-sitter | ||
stylua | ||
biome | ||
# black | ||
] | ||
# languages related | ||
[ | ||
zig | ||
lldb | ||
# haskell-language-server | ||
gopls | ||
cmake-language-server | ||
zls | ||
android-file-transfer | ||
nixpkgs-review | ||
shfmt | ||
] | ||
]; | ||
# wine = [ | ||
# # bottles | ||
# wineWowPackages.stable | ||
|
||
# # support 32-bit only | ||
# # wine | ||
|
||
# # support 64-bit only | ||
# (wine.override { wineBuild = "wine64"; }) | ||
|
||
# # wine-staging (version with experimental features) | ||
# wineWowPackages.staging | ||
|
||
# # winetricks (all versions) | ||
# winetricks | ||
|
||
# # native wayland support (unstable) | ||
# wineWowPackages.waylandFull | ||
# ]; | ||
|
||
db = [ mongosh ]; | ||
|
||
web = [ hugo ]; | ||
|
||
de = with gnomeExtensions; [ | ||
simple-net-speed | ||
paperwm | ||
]; | ||
|
||
virt = [ | ||
# virt-manager | ||
virtiofsd | ||
runwin | ||
guix-run | ||
runbkworm | ||
bkworm | ||
arch-run | ||
# ubt-rv-run | ||
#opulr-a-run | ||
lunar-run | ||
virt-viewer | ||
]; | ||
fs = [ | ||
gparted | ||
e2fsprogs | ||
fscrypt-experimental | ||
f2fs-tools | ||
]; | ||
|
||
cmd = [ | ||
metasploit | ||
# linuxKernel.packages.linux_latest_libre.cpupower | ||
clean-home | ||
just | ||
typst | ||
cosmic-term | ||
acpi | ||
swww | ||
distrobox | ||
dmidecode | ||
nix-output-monitor | ||
|
||
]; | ||
info = [ | ||
parallel-disk-usage # disk space info | ||
freshfetch | ||
htop | ||
onefetch | ||
hardinfo | ||
imgcat | ||
nix-index | ||
ccze | ||
unar | ||
]; | ||
bluetooth = [ bluetuith ]; | ||
|
||
sound = [ pulseaudio ]; | ||
|
||
display = [ cage ]; | ||
|
||
cursor = [ graphite-cursors ]; | ||
} | ||
) | ||
) | ||
++ (with pkgs.nodePackages; [ | ||
typescript-language-server | ||
node2nix | ||
markdownlint-cli2 | ||
prettier | ||
]); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -42,6 +42,7 @@ | |
../../users.nix | ||
|
||
./misskey.nix | ||
../dev.nix | ||
] | ||
++ (with inputs; [ | ||
aagl.nixosModules.default | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -33,6 +33,7 @@ | |
../sysvars.nix | ||
inputs.niri.nixosModules.niri | ||
../graphBase.nix | ||
../dev.nix | ||
|
||
./caddy.nix | ||
|
||
|