update and add dbeaver
This commit is contained in:
parent
7350b5a51f
commit
e0d717f56b
3 changed files with 21 additions and 22 deletions
|
|
@ -61,6 +61,7 @@ let
|
|||
};
|
||||
|
||||
lf-sixel = pkgs.callPackage ../../custom/lf-sixel/. { };
|
||||
brave-nightly = pkgs.callPackage ../../custom/brave-nightly/. { };
|
||||
in
|
||||
{
|
||||
programs.home-manager.enable = true;
|
||||
|
|
@ -82,6 +83,7 @@ in
|
|||
yt-dlp
|
||||
playerctl
|
||||
pavucontrol
|
||||
dbeaver
|
||||
|
||||
brave
|
||||
quickemu
|
||||
|
|
@ -118,7 +120,7 @@ in
|
|||
];
|
||||
services.swayidle.timeouts = [
|
||||
{
|
||||
timeout = 60;
|
||||
timeout = 300;
|
||||
command = "${pkgs.swaylock-effects}/bin/swaylock -f";
|
||||
}
|
||||
];
|
||||
|
|
@ -386,7 +388,6 @@ in
|
|||
};
|
||||
};
|
||||
|
||||
|
||||
programs.rbw = {
|
||||
enable = true;
|
||||
settings = {
|
||||
|
|
|
|||
|
|
@ -15,8 +15,6 @@
|
|||
services.tailscale.enable = true;
|
||||
networking.firewall.checkReversePath = "loose";
|
||||
|
||||
networking.firewall.allowedTCPPorts = [ ];
|
||||
|
||||
system.stateVersion = "22.11"; # do not change
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue