splitting things out for vade

This commit is contained in:
2026-03-16 19:18:26 -07:00
parent d3bc36ef59
commit 099a6e4250
7 changed files with 232 additions and 128 deletions

View File

@@ -0,0 +1,45 @@
# Core desktop packages for lightweight desktop systems.
{ pkgs, inputs, ... }:
{
environment.systemPackages = with pkgs; [
acpitool
alire
asciinema
bibclean
bitwarden-cli
bitwarden-desktop
bluez
cmus
direnv
dmenu
emacs
erlang
feh
fira-code
firefox
ghostty
gnat15
gnat15Packages.gpr2
gnat15Packages.gprbuild
gnome-disk-utility
go-font
graphviz
i3
i3lock
python312Packages.ipython
networkmanagerapplet
obsidian
pavucontrol
pmutils
rebar3
rofi
scrot
syncthing
xfce.thunar
xfce.thunar-volman
xfce.xfce4-power-manager
xss-lock
];
}