diff options
Diffstat (limited to 'home/profiles/workstation.nix')
| -rw-r--r-- | home/profiles/workstation.nix | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/home/profiles/workstation.nix b/home/profiles/workstation.nix deleted file mode 100644 index 0494281..0000000 --- a/home/profiles/workstation.nix +++ /dev/null @@ -1,23 +0,0 @@ -{ pkgs, ... }: -{ - imports = [ - ./bat.nix - ./eza.nix - ./direnv.nix - ./go.nix - ./starship.nix - ./fd.nix - ./git.nix - ]; - - home.packages = with pkgs; [ - bottom - dust - fish - jless - jq - ripgrep - tree - yq - ]; -} |
