archive a few unused modules

This commit is contained in:
Yan Lin 2025-12-11 21:22:05 +01:00
parent 46f98a4be4
commit 36a0de496b
9 changed files with 1 additions and 7 deletions

View file

@ -197,4 +197,4 @@ in
"net.ipv6.conf.all.forwarding" = 1;
};
};
}
}

View file

@ -9,14 +9,12 @@
../../modules/ssh.nix
../../modules/git.nix
../../modules/lazygit.nix
../../modules/papis.nix
../../modules/termscp.nix
../../modules/rsync.nix
../../modules/btop.nix
../../modules/firefox.nix
../../modules/ghostty.nix
../../modules/syncthing.nix
../../modules/dictionary.nix
../../modules/claude-code.nix
../../modules/tex.nix
../../modules/fonts.nix

View file

@ -12,7 +12,6 @@
../../modules/termscp.nix
../../modules/rsync.nix
../../modules/btop.nix
../../modules/dictionary.nix
../../modules/claude-code.nix
../../modules/fonts.nix
../../modules/seq-command.nix

View file

@ -101,9 +101,6 @@ if is_session_running "$SESSION_NAME"; then
fi
fi
# Update papis cache
papis cache reset > /dev/null 2>&1
# Check if directory exists
check_directory_exists() {
local dir_path="$1"