Commit for generation 220

This commit is contained in:
2024-10-10 03:53:44 -04:00
parent 4398bfefb5
commit 25525c533d
311 changed files with 2566 additions and 8784 deletions

View File

@@ -0,0 +1,45 @@
{ pkgs, inputs, ... }:
let
nvim = inputs.nvim.packages."x86_64-linux".default;
toilet = inputs.toilet.packages."x86_64-linux".default;
in
{
packages = with pkgs; [
hello
grimblast
gtk3
adwaita-icon-theme
waybar
uhk-agent
dunst
rofi
sqlite
starship
yazi
zathura
inkscape
imagemagick
firefox
yt-dlp
vlc
speedtest-cli
vesktop
qbittorrent
obs-studio
neovide
chromium
zsh
zsh-syntax-highlighting
zsh-history-substring-search
zsh-autosuggestions
audacity
snes9x-gtk
rustup
libreoffice
handbrake
gtrash
ripgrep
nvim
toilet
];
}