zellij, hyprland config

This commit is contained in:
iofq 2024-11-18 20:10:08 -06:00
parent 39052c860d
commit 22cca03fec
12 changed files with 135 additions and 51 deletions

View file

@ -1,18 +1,13 @@
{pkgs, ...}: {
programs.taskwarrior = {
enable = true;
colorTheme = "solarized-dark-256";
};
home.packages = with pkgs; [
ripgrep
fd
k9s
kubectl
nerdctl
python3
p7zip
gnumake
go
jq
awscli
tree
];
}