+LibreChat +pgadmin

This commit is contained in:
2025-09-03 14:20:31 +02:00
parent bb707f6ab4
commit e3593466d7
12 changed files with 713 additions and 57 deletions

View File

@@ -71,7 +71,7 @@
fd
gcc
go
htop
btop
httpie
jq
just

View File

@@ -73,6 +73,12 @@
cliphist = {
enable = true;
};
remmina = {
enable = true;
systemdService = {
enable = true;
};
};
};
home.packages = with pkgs; [
@@ -112,7 +118,6 @@
# unzip
# usbutils
# v4l-utils
remmina
slack
telegram-desktop
vivaldi

View File

@@ -191,13 +191,14 @@ in {
];
"$mainMod" = "SUPER";
"$terminal" = "uwsm app -- kitty";
bind = [
"$mainMod, return, exec, nu -c zellij-ps"
# "$mainMod, t, exec, warp-terminal"
"$mainMod, t, exec, kitty -e nu -c 'nitch; exec nu'"
"$mainMod, t, exec, $terminal -e nu -c 'nitch; exec nu'"
"$mainMod SHIFT, t, exec, launch-timer"
"$mainMod SHIFT, e, exec, kitty -e zellij_nvim"
"$mainMod SHIFT, e, exec, $terminal -e zellij_nvim"
"$mainMod, o, exec, hyprctl setprop activewindow opaque toggle"
"$mainMod, r, exec, hyprctl dispatch focuswindow \"initialtitle:.*alert-box.*\" && hyprctl dispatch moveactive exact 4300 102 && hyprctl dispatch focuswindow \"initialtitle:.*chat-box.*\" && hyprctl dispatch moveactive exact 4300 512"
"$mainMod, b, exec, thunar"
@@ -205,7 +206,9 @@ in {
"$mainMod, Escape, exec, wlogout -p layer-shell"
"$mainMod, Space, togglefloating"
"$mainMod, q, killactive"
"$mainMod, M, exit"
"$mainMod, M, exec, $terminal -e btop"
"$mainMod, N, exec, $terminal -e nvim"
"$mainMod, Z, exec, uwsm app -- zeditor"
"$mainMod, F, fullscreen"
"$mainMod SHIFT, V, togglefloating"
"$mainMod, D, exec, rofi -show"

View File

@@ -12,7 +12,9 @@ in {
config = mkIf cfg.enable {
home.packages = with pkgs; [
evince
libreoffice-fresh
xournalpp
];
};
}