Ready to merge

This commit is contained in:
Daniel Flanagan 2023-08-30 22:30:05 -05:00
parent 89774b8699
commit e013fc8aed
2 changed files with 17 additions and 6 deletions

View file

@ -14,6 +14,20 @@
]; ];
programs.password-store = {
enable = true;
package = (pkgs.pass.withExtensions (exts: [ exts.pass-otp ]));
};
programs.zellij = {
# TODO: enable after port config
enable = false;
enableFishIntegration = true;
settings = {
# TODO: port config
};
};
programs.broot = { programs.broot = {
enable = true; enable = true;
enableFishIntegration = true; enableFishIntegration = true;
@ -211,10 +225,6 @@
# TODO: rtx? # TODO: rtx?
# TODO: homebrew? # TODO: homebrew?
# TODO: asdf? # TODO: asdf?
# TODO: direnv?
# TODO: pass and pass-otp
# TODO: kitty integration
# TODO: zellij and/or tmux?
functions = { functions = {
d = '' d = ''
# --wraps=cd --description "Quickly jump to NICE_HOME (or given relative or absolute path) and list files." # --wraps=cd --description "Quickly jump to NICE_HOME (or given relative or absolute path) and list files."

View file

@ -204,7 +204,6 @@ in
noto-fonts noto-fonts
openssl openssl
pamixer pamixer
(pass.withExtensions (exts: [ exts.pass-otp ]))
pavucontrol pavucontrol
pciutils pciutils
pgcli pgcli
@ -223,6 +222,7 @@ in
swaybg swaybg
swayidle swayidle
swaylock swaylock
tmux
traceroute traceroute
unzip unzip
vlc vlc
@ -236,6 +236,7 @@ in
wofi wofi
xh xh
zathura zathura
zellij
zstd zstd
]; ];
@ -338,7 +339,7 @@ in
enable = true; enable = true;
allowPing = true; allowPing = true;
checkReversePath = "loose"; checkReversePath = "loose";
allowedTCPPorts = [ 22 ]; allowedTCPPorts = [ ];
allowedUDPPorts = [ ]; allowedUDPPorts = [ ];
}; };