diff options
| author | caley <195605706+cqley@users.noreply.github.com> | 2026-07-25 02:43:52 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-07-25 02:43:52 +0200 |
| commit | f825340af3a6c75e17cc4697a7e8d2f0f66fb21d (patch) | |
| tree | c1e82bdb0e00cec1c7635ce2d00a98d86dcf54cc | |
| parent | ea80e06b7274c2014571ef743b94db987f842c68 (diff) | |
Update bin.nix
| -rw-r--r-- | nixos/hosts/bin/bin.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/nixos/hosts/bin/bin.nix b/nixos/hosts/bin/bin.nix index 4435099..954beb8 100644 --- a/nixos/hosts/bin/bin.nix +++ b/nixos/hosts/bin/bin.nix @@ -2,6 +2,9 @@ { imports = [ + components/cgit.nix + components/music.nix + components/pufferpanel.nix ../../modules/vi.nix ../../modules/btop.nix ]; |
