This commit is contained in:
2025-11-30 00:17:10 +03:00
parent 8736b50e04
commit 55f72bfd7c
4 changed files with 11 additions and 3 deletions
+2 -1
View File
@@ -8,7 +8,7 @@
vscode
spotify
obsidian
lmstudio
# lmstudio
plantuml
# amnezia-vpn
btop
@@ -20,6 +20,7 @@
wl-clipboard
tesseract
syncthing
todo
];
services.syncthing = { enable = true; };
@@ -2,7 +2,6 @@
set -euo pipefail
REPO_DIR="$HOME/Documents/Github/nixos-config"
cd "$REPO_DIR" || { echo "Error: cannot change directory to $REPO_DIR" >&2; exit 1; }
+7 -1
View File
@@ -9,7 +9,8 @@
(writeShellScriptBin "move_avatar" (builtins.readFile ./move_avatar.sh))
(writeShellScriptBin "next_wallpaper"
(builtins.readFile ./next_wallpaper.sh))
(writeShellScriptBin "update_git_config" (builtins.readFile ./update_system_from_git.sh))
(writeShellScriptBin "update_git_config"
(builtins.readFile ./update_system_from_git.sh))
zsh-powerlevel10k
fzf
fd
@@ -98,6 +99,11 @@
mv_w = "move_wallpaper";
next_w = "next_wallpaper";
mv_avatar = "move_avatar";
t = "todo";
ta = ''f() { todo add "$@"; todo; unset -f f; }; f'';
tr = ''f() { todo rm "$@"; todo; unset -f f; }; f'';
td = ''f() { todo done "$@"; todo; unset -f f; }; f'';
};
initContent = ''