rearrange media modules
This commit is contained in:
parent
e30c62b138
commit
fce1cc3634
11 changed files with 7 additions and 12 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -3,11 +3,6 @@
|
|||
{
|
||||
imports = [
|
||||
../home-default.nix
|
||||
../../../modules/yt-dlp.nix
|
||||
];
|
||||
|
||||
programs.yt-dlp-custom = {
|
||||
enable = true;
|
||||
downloadDir = "~/Downloads";
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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 = {
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
imports = [
|
||||
../home-default.nix
|
||||
../../../modules/syncthing.nix
|
||||
../../../modules/media-process.nix
|
||||
../../../modules/media/tool.nix
|
||||
];
|
||||
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
imports = [
|
||||
../home-default.nix
|
||||
../../../modules/syncthing.nix
|
||||
../../../modules/media-process.nix
|
||||
../../../modules/media/tool.nix
|
||||
../../../modules/schedule.nix
|
||||
];
|
||||
|
||||
|
|
|
|||
|
|
@ -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 '
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue