rearrange media modules

This commit is contained in:
Yan Lin 2026-02-11 08:43:53 +01:00
parent e30c62b138
commit fce1cc3634
11 changed files with 7 additions and 12 deletions

View file

@ -16,7 +16,7 @@
../../modules/syncthing.nix
../../modules/claude-code.nix
../../modules/tex.nix
../../modules/media-process.nix
../../modules/media/tool.nix
../../modules/fonts.nix
../../modules/aerospace.nix
../../modules/peripheral/home.nix

View file

@ -3,11 +3,6 @@
{
imports = [
../home-default.nix
../../../modules/yt-dlp.nix
];
programs.yt-dlp-custom = {
enable = true;
downloadDir = "~/Downloads";
};
}

View file

@ -6,7 +6,7 @@
../../../modules/syncthing.nix
../../../modules/tex.nix
../../../modules/schedule.nix
../../../modules/yt-dlp.nix
../../../modules/media/yt-dlp.nix
];
services.scheduled-commands.aicloud-backup = {

View file

@ -8,7 +8,7 @@
../../../modules/borg/client.nix
../../../modules/login-display.nix
../../../modules/samba.nix
../../../modules/media-server.nix
../../../modules/media/server.nix
];
# GRUB bootloader with ZFS support

View file

@ -4,7 +4,7 @@
imports = [
../home-default.nix
../../../modules/syncthing.nix
../../../modules/media-process.nix
../../../modules/media/tool.nix
];
}

View file

@ -8,7 +8,7 @@
../../../modules/tailscale.nix
../../../modules/podman.nix
../../../modules/borg/client.nix
../../../modules/media-server.nix
../../../modules/media/server.nix
];
# GRUB bootloader with ZFS support

View file

@ -4,7 +4,7 @@
imports = [
../home-default.nix
../../../modules/syncthing.nix
../../../modules/media-process.nix
../../../modules/media/tool.nix
../../../modules/schedule.nix
];

View file

@ -69,7 +69,7 @@ in
set -g status-left-length 40
set -g status-right-length 50
set -g status-left '#{?client_prefix,#[bg=#fb4934],#[bg=#a89984]}#[fg=#282828] #S #[bg=#282828] '
set -g status-right '#(${continuumSaveScript})#[bg=#282828]#[fg=#ebdbb2] #{=20:#{b:pane_current_path}} #{?SSH_CLIENT,#[bg=#fabd2f],#[bg=#a89984]}#[fg=#282828]#{?pane_in_mode, [COPY],} #H | %H:%M '
set -g status-right '#(${continuumSaveScript})#[bg=#282828]#[fg=#ebdbb2] #{=20:#{b:pane_current_path}} #{?SSH_CLIENT,#[bg=#fabd2f],#[bg=#a89984]}#[fg=#282828]#{?pane_in_mode, [COPY],}#{?window_zoomed_flag, [Z],} #H | %H:%M '
# Window status format
set -g window-status-format ' #I:#W '