wip: broken, still working on it'
This commit is contained in:
@@ -1,9 +1,29 @@
|
||||
{
|
||||
lib,
|
||||
pkgs,
|
||||
dirs,
|
||||
userName,
|
||||
userEmail,
|
||||
ghostty,
|
||||
isNixOS,
|
||||
...
|
||||
}: {
|
||||
imports = map (module: import module { inherit lib pkgs dirs userName userEmail ghostty isNixOS; }) [
|
||||
../terminal.nix
|
||||
../broswer.nix
|
||||
../zellij.nix
|
||||
../lazygit.nix
|
||||
../k9s.nix
|
||||
../krew.nix
|
||||
../direnv.nix
|
||||
] ++ lib.optional isNixOS [
|
||||
../sway.nix
|
||||
];
|
||||
|
||||
home.packages = with pkgs; [
|
||||
fh
|
||||
kubectl # kube config is deliberately not included
|
||||
kubectx
|
||||
obsidian
|
||||
vscode
|
||||
yt-dlp
|
||||
|
||||
Reference in New Issue
Block a user