diff options
| author | caley <195605706+cqley@users.noreply.github.com> | 2026-08-06 18:30:02 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-08-06 18:30:02 +0200 |
| commit | 0ad9f17380dd47ea65877fd1c48e289d02e73c47 (patch) | |
| tree | d7012df0530f782096a7075d7accdcaa41b7762f /nixos/hosts/bin | |
| parent | def48bfccc60a51e1488df9a4bcb34cdd41add48 (diff) | |
bunch of shit
Diffstat (limited to 'nixos/hosts/bin')
| -rw-r--r-- | nixos/hosts/bin/bin.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/nixos/hosts/bin/bin.nix b/nixos/hosts/bin/bin.nix index 1c4ade0..24be8bd 100644 --- a/nixos/hosts/bin/bin.nix +++ b/nixos/hosts/bin/bin.nix @@ -2,9 +2,9 @@ { imports = [ - ../../modules/vi.nix - ../../modules/btop.nix - ../../modules/yazi.nix + ../../modules/system/files.nix + ../../modules/programs/editor.nix + ../../modules/programs/btop.nix ]; home.username = "cat"; |
