aboutsummaryrefslogtreecommitdiff
path: root/home/profiles/workstation.nix
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2025-11-03 18:43:41 -0800
committerFranck Cuny <franck@fcuny.net>2025-11-03 18:43:41 -0800
commit491e8c6bd4414dd66b41e5af0ba33717449263b2 (patch)
tree76907ce27ea0e912ffc9d64b7f6de86eca23fdec /home/profiles/workstation.nix
parentfish shell setup for darwin (diff)
downloadinfra-491e8c6bd4414dd66b41e5af0ba33717449263b2.tar.gz
simplify home profiles a bit more
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
- ];
-}