add zsh and kitty. Basic structure

This commit is contained in:
2025-11-14 01:08:32 +03:00
parent fe3ff1f1cb
commit 737507ced7
10 changed files with 2168 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
{ config, pkgs, ... }:
{
home.packages = with pkgs; [
amnezia-vpn
telegram-desktop
firefox
];
}