Reorganize

This commit is contained in:
Henry Hiles 2025-07-12 10:53:06 -04:00
commit b506e8af60
No known key found for this signature in database
27 changed files with 2045 additions and 98 deletions

View file

@ -0,0 +1,14 @@
{pkgs, ...}: {
services.xserver.excludePackages = [pkgs.xterm];
environment.systemPackages = with pkgs; [
tuba
ptyxis
gapless
resources
wl-clipboard
google-cursor
authenticator
cinny-desktop
papirus-icon-theme
];
}