aboutsummaryrefslogtreecommitdiff
path: root/users/profiles/work.nix
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2025-07-21 19:38:03 -0700
committerFranck Cuny <franck@fcuny.net>2025-07-21 19:38:03 -0700
commite6a47bb3eb1e757b947c6c48720e47592fe98741 (patch)
tree97c0245e00e14655ff7ed3529b6c796c47dd3c1d /users/profiles/work.nix
parentkeep organizing into modules and profiles (diff)
downloadinfra-e6a47bb3eb1e757b947c6c48720e47592fe98741.tar.gz
install gh only on work machine
Diffstat (limited to '')
-rw-r--r--users/profiles/work.nix5
1 files changed, 4 insertions, 1 deletions
diff --git a/users/profiles/work.nix b/users/profiles/work.nix
index f502b6a..8d0f4fd 100644
--- a/users/profiles/work.nix
+++ b/users/profiles/work.nix
@@ -22,7 +22,10 @@ let
'';
in
{
- imports = [ ./k8s.nix ];
+ imports = [
+ ./gh.nix
+ ./k8s.nix
+ ];
home.packages = with pkgs; [
awscli2