wip: adding standalone home-manager config

need to modularize though
This commit is contained in:
2025-10-09 14:27:05 -04:00
parent a3c53820b1
commit ba66937ee3
10 changed files with 191 additions and 44 deletions

View File

@@ -5,16 +5,19 @@
}: {
home.packages = lib.mkIf pkgs.stdenv.isLinux (with pkgs; [
imv
betterdiscordctl
vesktop
# betterdiscordctl
# vesktop
xdg-utils
mcrcon
xfce.thunar
pavucontrol
godot
aseprite
# godot
# aseprite
gpu-screen-recorder
gpu-screen-recorder-gtk
# ungoogled-chromium
playerctl
light
brightnessctl
wttrbar
]);
}