Ready to merge
This commit is contained in:
parent
89774b8699
commit
e013fc8aed
|
@ -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 = {
|
||||
enable = true;
|
||||
enableFishIntegration = true;
|
||||
|
@ -211,10 +225,6 @@
|
|||
# TODO: rtx?
|
||||
# TODO: homebrew?
|
||||
# TODO: asdf?
|
||||
# TODO: direnv?
|
||||
# TODO: pass and pass-otp
|
||||
# TODO: kitty integration
|
||||
# TODO: zellij and/or tmux?
|
||||
functions = {
|
||||
d = ''
|
||||
# --wraps=cd --description "Quickly jump to NICE_HOME (or given relative or absolute path) and list files."
|
||||
|
|
|
@ -204,7 +204,6 @@ in
|
|||
noto-fonts
|
||||
openssl
|
||||
pamixer
|
||||
(pass.withExtensions (exts: [ exts.pass-otp ]))
|
||||
pavucontrol
|
||||
pciutils
|
||||
pgcli
|
||||
|
@ -223,6 +222,7 @@ in
|
|||
swaybg
|
||||
swayidle
|
||||
swaylock
|
||||
tmux
|
||||
traceroute
|
||||
unzip
|
||||
vlc
|
||||
|
@ -236,6 +236,7 @@ in
|
|||
wofi
|
||||
xh
|
||||
zathura
|
||||
zellij
|
||||
zstd
|
||||
];
|
||||
|
||||
|
@ -338,7 +339,7 @@ in
|
|||
enable = true;
|
||||
allowPing = true;
|
||||
checkReversePath = "loose";
|
||||
allowedTCPPorts = [ 22 ];
|
||||
allowedTCPPorts = [ ];
|
||||
allowedUDPPorts = [ ];
|
||||
};
|
||||
|
||||
|
|
Reference in a new issue