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

This commit is contained in:
2026-09-12 11:15:04 -04:00
parent 2fb3a0d3ba
commit 08931346dd
6 changed files with 5 additions and 55 deletions
+4 -4
View File
@@ -1,12 +1,12 @@
{ inputs, pkgs, ... }:
{ pkgs, ... }:
{
imports = [
"${inputs.self}/users/shared/comms.nix"
"${inputs.self}/users/shared/games.nix"
"${inputs.self}/users/shared/sweet.nix"
./comms.nix
./firefox
./games.nix
./kitty.nix
./llm_tools.nix
./sweet.nix
./t3_code
./vscode
];