archive a few unused modules
This commit is contained in:
parent
46f98a4be4
commit
36a0de496b
9 changed files with 1 additions and 7 deletions
|
|
@ -197,4 +197,4 @@ in
|
|||
"net.ipv6.conf.all.forwarding" = 1;
|
||||
};
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue