update: actual budget server
This commit is contained in:
parent
ebc7481553
commit
85feeb7b3f
15 changed files with 709 additions and 496 deletions
|
|
@ -1,57 +1,50 @@
|
|||
{
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
{
|
||||
environment.systemPackages = (
|
||||
with pkgs;
|
||||
[
|
||||
file
|
||||
{pkgs, ...}: {
|
||||
environment.systemPackages = with pkgs; [
|
||||
file
|
||||
|
||||
man-pages
|
||||
man-pages-posix
|
||||
stdmanpages
|
||||
man-pages
|
||||
man-pages-posix
|
||||
stdmanpages
|
||||
|
||||
# Binary cache platform
|
||||
cachix
|
||||
# Binary cache platform
|
||||
cachix
|
||||
|
||||
# Utils
|
||||
upower
|
||||
jq
|
||||
bat
|
||||
btop
|
||||
eza
|
||||
fzf
|
||||
neofetch
|
||||
ripgrep
|
||||
tree
|
||||
tldr # Alternative for man
|
||||
wget
|
||||
unzip
|
||||
p7zip
|
||||
killall
|
||||
zip
|
||||
glxinfo # OpenGL info
|
||||
pciutils # PCI info
|
||||
xdotool # Keyboard input simulation
|
||||
ffmpeg # Video encoding
|
||||
mpv # Media player
|
||||
brightnessctl
|
||||
# Utils
|
||||
upower
|
||||
jq
|
||||
bat
|
||||
btop
|
||||
eza
|
||||
fzf
|
||||
neofetch
|
||||
ripgrep
|
||||
tree
|
||||
tldr # Alternative for man
|
||||
wget
|
||||
unzip
|
||||
p7zip
|
||||
killall
|
||||
zip
|
||||
glxinfo # OpenGL info
|
||||
pciutils # PCI info
|
||||
xdotool # Keyboard input simulation
|
||||
ffmpeg # Video encoding
|
||||
mpv # Media player
|
||||
brightnessctl
|
||||
|
||||
# Dev
|
||||
git
|
||||
gh # Github cli tool
|
||||
gnumake
|
||||
lm_sensors
|
||||
pkg-config
|
||||
nodejs
|
||||
yarn-berry
|
||||
rustup
|
||||
gcc
|
||||
zig
|
||||
# Dev
|
||||
git
|
||||
gh # Github cli tool
|
||||
gnumake
|
||||
lm_sensors
|
||||
pkg-config
|
||||
nodejs
|
||||
yarn-berry
|
||||
rustup
|
||||
gcc
|
||||
zig
|
||||
|
||||
# Media
|
||||
vlc
|
||||
]
|
||||
);
|
||||
# Media
|
||||
vlc
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue