mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 15:00:13 +01:00
feat: add/remove programs, remove unused parentheses
This commit is contained in:
parent
937f9c6d10
commit
70715c1c54
1 changed files with 16 additions and 24 deletions
|
|
@ -1,33 +1,29 @@
|
||||||
{ inputs, pkgs, ... }:
|
{ inputs, pkgs, ... }:
|
||||||
{
|
{
|
||||||
home.packages = (with pkgs; [
|
home.packages = with pkgs; [
|
||||||
bitwise # cli tool for bit / hex manipulation
|
tmux
|
||||||
|
wdisplays
|
||||||
|
htop
|
||||||
|
firefox
|
||||||
|
nsxiv
|
||||||
eza # ls replacement
|
eza # ls replacement
|
||||||
entr # perform action when file change
|
|
||||||
fd # find replacement
|
|
||||||
file # Show file information
|
file # Show file information
|
||||||
fzf # fuzzy finder
|
fzf # fuzzy finder
|
||||||
gtt # google translate TUI
|
gtt # google translate TUI
|
||||||
gimp
|
gimp
|
||||||
gtrash # rm replacement, put deleted files in system trash
|
|
||||||
hexdump
|
|
||||||
jdk17 # java
|
|
||||||
lazygit
|
lazygit
|
||||||
libreoffice
|
libreoffice
|
||||||
cinnamon.nemo-with-extensions # file manager
|
xfce.thunar # file manager
|
||||||
nitch # systhem fetch util
|
|
||||||
nix-prefetch-github
|
nix-prefetch-github
|
||||||
prismlauncher # minecraft launcher
|
prismlauncher # minecraft launcher
|
||||||
ripgrep # grep replacement
|
ripgrep # grep replacement
|
||||||
soundwireserver # pass audio to android phone
|
yt-dlp
|
||||||
todo # cli todo list
|
|
||||||
toipe # typing test in the terminal
|
|
||||||
valgrind # c memory analyzer
|
|
||||||
yazi # terminal file manager
|
|
||||||
youtube-dl
|
|
||||||
gnome.zenity
|
|
||||||
winetricks
|
|
||||||
wineWowPackages.wayland
|
wineWowPackages.wayland
|
||||||
|
element-desktop-wayland
|
||||||
|
spotify
|
||||||
|
thunderbird
|
||||||
|
neofetch
|
||||||
|
yarn
|
||||||
|
|
||||||
# C / C++
|
# C / C++
|
||||||
gcc
|
gcc
|
||||||
|
|
@ -36,28 +32,24 @@
|
||||||
# Python
|
# Python
|
||||||
python3
|
python3
|
||||||
|
|
||||||
bleachbit # cache cleaner
|
|
||||||
cmatrix
|
|
||||||
gparted # partition manager
|
gparted # partition manager
|
||||||
ffmpeg
|
ffmpeg
|
||||||
imv # image viewer
|
imv # image viewer
|
||||||
killall
|
killall
|
||||||
libnotify
|
libnotify
|
||||||
man-pages # extra man pages
|
man-pages # extra man pages
|
||||||
mpv # video player
|
mpv # video player
|
||||||
ncdu # disk space
|
|
||||||
openssl
|
openssl
|
||||||
pamixer # pulseaudio command line mixer
|
pamixer # pulseaudio command line mixer
|
||||||
pavucontrol # pulseaudio volume controle (GUI)
|
pavucontrol # pulseaudio volume controle (GUI)
|
||||||
playerctl # controller for media players
|
playerctl # controller for media players
|
||||||
wl-clipboard # clipboard utils for wayland (wl-copy, wl-paste)
|
wl-clipboard # clipboard utils for wayland (wl-copy, wl-paste)
|
||||||
cliphist # clipboard manager
|
cliphist # clipboard history manager
|
||||||
poweralertd
|
poweralertd
|
||||||
qalculate-gtk # calculator
|
|
||||||
unzip
|
unzip
|
||||||
wget
|
wget
|
||||||
xdg-utils
|
xdg-utils
|
||||||
xxd
|
xxd
|
||||||
inputs.alejandra.defaultPackage.${system}
|
inputs.alejandra.defaultPackage.${system}
|
||||||
]);
|
];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue