hosts: remove cr, move systems up directory

This commit is contained in:
Charlie Root 2024-09-09 11:11:53 +02:00
commit 081848ddfc
16 changed files with 3 additions and 2 deletions

95
hosts/hermit/programs.nix Normal file
View file

@ -0,0 +1,95 @@
{pkgs, ...}: {
environment.systemPackages = with pkgs; [
alejandra
alsa-utils
asciinema
bibata-cursors
blueman
bluetuith
bluez
#botany
cachix
calc
calibre
cbonsai
cmake
cmus
difftastic
dig
# easyeffects #broken
evince
eza
fastfetch
feh
ffmpeg-full
fftw
fzf
gcc
gdb
gnumake
grc
git
helvum
httpie
hyperfine
imagemagick
img2pdf
impala
imv
inetutils
jrnl
keepassxc
lazygit
libtool
links2
mapscii
moc
ncmpcpp
neofetch
networkmanagerapplet
nextcloud-client
#nheko
nicotine-plus
nil
nitch
swww
microfetch
nmap
notesnook
onlyoffice-bin
pamixer
pavucontrol
pdfarranger
pfetch
pidgin
playerctl
polkit
python3
ripgrep
scc
sherlock
signal-desktop-beta
smartmontools
telegram-desktop
tldr
thunderbird
trash-cli
tree
ttyper
unzip
util-linux
v4l-utils
ventoy-full
vlc
weechat
wget
wireguard-tools
wl-clipboard
xdg-utils
xournalpp
yt-dlp
zapzap
zip
zoxide
];
}