diff options
| author | Franck Cuny <franck@fcuny.net> | 2025-07-25 08:48:09 -0700 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2025-07-25 08:48:09 -0700 |
| commit | 77771fb43bb8faa8d3e0283a753712ee85fcae06 (patch) | |
| tree | 749bafe024e65fa10ad1d3a45cf8ec838d692117 /users | |
| parent | add a module for backups (diff) | |
| download | infra-77771fb43bb8faa8d3e0283a753712ee85fcae06.tar.gz | |
move bats to programs
Diffstat (limited to 'users')
| -rw-r--r-- | users/profiles/mac.nix | 2 | ||||
| -rw-r--r-- | users/programs/bat.nix (renamed from users/profiles/bat.nix) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/users/profiles/mac.nix b/users/profiles/mac.nix index 136a7b2..b95474e 100644 --- a/users/profiles/mac.nix +++ b/users/profiles/mac.nix @@ -2,7 +2,6 @@ { imports = [ ./1password.nix - ./bat.nix ./dev.nix ./emacs.nix ./fish.nix @@ -12,6 +11,7 @@ ./ssh.nix ./starship.nix "${self}/users/programs/alacritty.nix" + "${self}/users/programs/bat.nix" ]; home.packages = with pkgs; [ diff --git a/users/profiles/bat.nix b/users/programs/bat.nix index fb27397..fb27397 100644 --- a/users/profiles/bat.nix +++ b/users/programs/bat.nix |
