PogChamp
This commit is contained in:
@ -3,8 +3,8 @@
|
|||||||
programs = {
|
programs = {
|
||||||
git = {
|
git = {
|
||||||
enable = true;
|
enable = true;
|
||||||
userName = "fqbn207";
|
userName = "Sojus07";
|
||||||
userEmail = "fqbn207";
|
userEmail = "Sojus07";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -19,7 +19,8 @@
|
|||||||
gc = "git commit";
|
gc = "git commit";
|
||||||
ga = "git add -A";
|
ga = "git add -A";
|
||||||
http = "python3 -m http.server";
|
http = "python3 -m http.server";
|
||||||
ls = "${pkgs.eza}/bin/eza -la --icons";
|
ls = "${pkgs.eza}/bin/eza -l --icons";
|
||||||
|
tree = "${pkgs.eza}/bin/eza --tree --icons";
|
||||||
cp = "cp -rv";
|
cp = "cp -rv";
|
||||||
mv = "mv -v";
|
mv = "mv -v";
|
||||||
mkdir = "mkdir -pv";
|
mkdir = "mkdir -pv";
|
||||||
@ -30,10 +31,6 @@
|
|||||||
name = "z";
|
name = "z";
|
||||||
src = pkgs.fishPlugins.z.src;
|
src = pkgs.fishPlugins.z.src;
|
||||||
}
|
}
|
||||||
{
|
|
||||||
name = "sponge";
|
|
||||||
src = pkgs.fishPlugins.sponge.src;
|
|
||||||
}
|
|
||||||
{
|
{
|
||||||
name = "pisces";
|
name = "pisces";
|
||||||
src = pkgs.fishPlugins.pisces.src;
|
src = pkgs.fishPlugins.pisces.src;
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{ config, pkgs, ... }:
|
{ config, pkgs, ... }:
|
||||||
{
|
{
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
# sys
|
# System utilities
|
||||||
unzip
|
unzip
|
||||||
yt-dlp
|
yt-dlp
|
||||||
inetutils
|
inetutils
|
||||||
@ -10,18 +10,18 @@
|
|||||||
curl
|
curl
|
||||||
dosfstools
|
dosfstools
|
||||||
ntfs3g
|
ntfs3g
|
||||||
|
usbutils
|
||||||
|
alsa-utils
|
||||||
|
pavucontrol
|
||||||
|
flameshot
|
||||||
feh
|
feh
|
||||||
gnumake
|
gnumake
|
||||||
flameshot
|
|
||||||
tree
|
tree
|
||||||
gdb
|
gdb
|
||||||
vscode
|
vscode
|
||||||
pavucontrol
|
|
||||||
usbutils
|
|
||||||
alsa-utils
|
|
||||||
neovide
|
neovide
|
||||||
|
|
||||||
# cli
|
# Command-line utilities
|
||||||
neofetch
|
neofetch
|
||||||
fastfetch
|
fastfetch
|
||||||
onefetch
|
onefetch
|
||||||
@ -32,10 +32,9 @@
|
|||||||
fzf
|
fzf
|
||||||
htop
|
htop
|
||||||
btop
|
btop
|
||||||
kew
|
|
||||||
jq
|
jq
|
||||||
|
|
||||||
# dev
|
# Development & compilers
|
||||||
rustup
|
rustup
|
||||||
python3
|
python3
|
||||||
python312Packages.pip
|
python312Packages.pip
|
||||||
@ -44,18 +43,20 @@
|
|||||||
go
|
go
|
||||||
dotnet-sdk
|
dotnet-sdk
|
||||||
bear
|
bear
|
||||||
|
|
||||||
|
# Android development
|
||||||
android-tools
|
android-tools
|
||||||
android-udev-rules
|
android-udev-rules
|
||||||
android-studio-tools
|
android-studio-tools
|
||||||
|
|
||||||
|
# Windows compatibility
|
||||||
wine
|
wine
|
||||||
winetricks
|
winetricks
|
||||||
|
|
||||||
# embedded
|
# Embedded & hardware development
|
||||||
espup
|
espup
|
||||||
esphome
|
esphome
|
||||||
esptool
|
esptool
|
||||||
ethtool
|
|
||||||
espflash
|
espflash
|
||||||
minicom
|
minicom
|
||||||
pulseview
|
pulseview
|
||||||
@ -67,21 +68,21 @@
|
|||||||
chirp
|
chirp
|
||||||
picocom
|
picocom
|
||||||
pwndbg
|
pwndbg
|
||||||
gdb
|
|
||||||
minipro
|
minipro
|
||||||
|
ethtool
|
||||||
|
|
||||||
# LSPs
|
# Language servers (LSPs)
|
||||||
nixd
|
nixd
|
||||||
arduino-language-server
|
arduino-language-server
|
||||||
|
|
||||||
# libs
|
# Libraries
|
||||||
python312Packages.pyserial
|
python312Packages.pyserial
|
||||||
python312Packages.meshtastic
|
python312Packages.meshtastic
|
||||||
|
|
||||||
# virt
|
# Virtualization
|
||||||
qemu
|
qemu
|
||||||
|
|
||||||
# SDR
|
# Software Defined Radio (SDR)
|
||||||
noaa-apt
|
noaa-apt
|
||||||
wsjtx
|
wsjtx
|
||||||
qsstv
|
qsstv
|
||||||
@ -93,7 +94,7 @@
|
|||||||
gqrx
|
gqrx
|
||||||
multimon-ng
|
multimon-ng
|
||||||
|
|
||||||
# misc
|
# Miscellaneous
|
||||||
cava
|
cava
|
||||||
vesktop
|
vesktop
|
||||||
pacman
|
pacman
|
||||||
|
Reference in New Issue
Block a user