aboutsummaryrefslogtreecommitdiff
path: root/home/profiles/workstation.nix
diff options
context:
space:
mode:
Diffstat (limited to 'home/profiles/workstation.nix')
-rw-r--r--home/profiles/workstation.nix23
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
- ];
-}