summaryrefslogtreecommitdiff
path: root/home/pc/home.nix
diff options
context:
space:
mode:
authorsinanmohd <sinan@sinanmohd.com>2025-08-29 18:44:04 +0530
committersinanmohd <sinan@sinanmohd.com>2025-08-31 15:38:10 +0530
commit07854ac073b6c4a3e749078fa113367105a7af08 (patch)
treed4df3441b2a83e10df83618dd3fe98bedcbc78f1 /home/pc/home.nix
parent055af0cc4421732f3d5a695082ec34f178f7e5dc (diff)
feat(home/pc): init k9s
Diffstat (limited to 'home/pc/home.nix')
-rw-r--r--home/pc/home.nix1
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
];