diff options
author | sinanmohd <sinan@sinanmohd.com> | 2025-08-29 18:44:04 +0530 |
---|---|---|
committer | sinanmohd <sinan@sinanmohd.com> | 2025-08-31 15:38:10 +0530 |
commit | 07854ac073b6c4a3e749078fa113367105a7af08 (patch) | |
tree | d4df3441b2a83e10df83618dd3fe98bedcbc78f1 /home/pc/home.nix | |
parent | 055af0cc4421732f3d5a695082ec34f178f7e5dc (diff) |
feat(home/pc): init k9s
Diffstat (limited to 'home/pc/home.nix')
-rw-r--r-- | home/pc/home.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/home/pc/home.nix b/home/pc/home.nix index 16240ed..2afc2de 100644 --- a/home/pc/home.nix +++ b/home/pc/home.nix @@ -2,6 +2,7 @@ { imports = [ ./modules/pass.nix + ./modules/k9s.nix ../wayland/home.nix ]; |