1
1
Fork 1
mirror of https://github.com/oddlama/nix-config.git synced 2025-10-10 14:50:40 +02:00

feat: increase proxy send timeout for immich, adjust some settings

This commit is contained in:
oddlama 2025-09-22 23:23:31 +02:00
parent 01d5056050
commit 140dba323c
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
3 changed files with 29 additions and 30 deletions

View file

@ -5,31 +5,30 @@
...
}:
{
imports =
[
./discord.nix
./firefox.nix
./kitty.nix
./signal.nix
./theme.nix
./thunderbird.nix
./ts3.nix
imports = [
./discord.nix
./firefox.nix
./kitty.nix
./signal.nix
./theme.nix
./thunderbird.nix
# ./ts3.nix
# X11
./i3.nix
./flameshot.nix
# X11
./i3.nix
./flameshot.nix
# Wayland
./gpu-screen-recorder.nix
./hyprland.nix
./fuzzel.nix
./sway.nix
./swaync.nix
./waybar.nix
]
++ lib.optionals nixosConfig.graphical.gaming.enable [
./games
];
# Wayland
./gpu-screen-recorder.nix
./hyprland.nix
./fuzzel.nix
./sway.nix
./swaync.nix
./waybar.nix
]
++ lib.optionals nixosConfig.graphical.gaming.enable [
./games
];
home = {
packages = [