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:
parent
01d5056050
commit
140dba323c
3 changed files with 29 additions and 30 deletions
|
@ -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 = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue