refactor(home): trim user packages and move GUI modules into Richie's config

This commit is contained in:
2026-09-12 11:20:15 -04:00
committed by Richie
parent 1803da420e
commit 0243da86f2
6 changed files with 5 additions and 55 deletions
+11
View File
@@ -0,0 +1,11 @@
{ pkgs, ... }:
{
home.packages = with pkgs; [
dolphin-emu
dwarf-fortress
endless-sky
retroarch
ryubing
tower-pixel-dungeon
];
}