init repos

This commit is contained in:
2026-06-19 05:47:33 +02:00
commit d5d15832f5
20 changed files with 534 additions and 0 deletions

View File

@@ -0,0 +1,31 @@
{ pkgs, ... }:
{
environment.systemPackages = with pkgs; [
alacritty
fuzzel
firefox
waybar
dunst
grim
slurp
wl-clipboard
networkmanagerapplet
blueman
thunderbird
tesseract
tessen
pavucontrol
playerctl
imv
mpv
arc-theme
tela-icon-theme
lxappearance
gsettings-desktop-schemas
glib
dconf
claude-code
opencode
];
}