remove snipaste

This commit is contained in:
Yan Lin 2026-02-15 14:23:20 +01:00
parent e9787717eb
commit 646bb51a0b
2 changed files with 0 additions and 28 deletions

View file

@ -73,15 +73,6 @@
rsync rsync
]; ];
launchd.agents.snipaste = {
enable = true;
config = {
ProgramArguments = [ "/Applications/Snipaste.app/Contents/MacOS/Snipaste" ];
RunAtLoad = true;
KeepAlive = false;
};
};
launchd.agents.maccy = { launchd.agents.maccy = {
enable = true; enable = true;
config = { config = {
@ -190,24 +181,6 @@
run ${pkgs.duti}/bin/duti -s com.colliderli.iina .opus all run ${pkgs.duti}/bin/duti -s com.colliderli.iina .opus all
''; '';
home.file.".snipaste/config.ini".text = lib.generators.toINI {} {
General = {
language = "en";
last_save_folder = "/Users/yanlin/Consume/dcim";
};
Hotkey = {
snip = ''"100663345, 100663314"'';
custom_snip = ""; hide = ""; paste = ""; snip_and_copy = ""; switch = "";
};
Output = {
quick_save_notification = false;
quick_save_path = "/Users/yanlin/Consume/dcim/Snipaste_$yyyy-MM-dd_HH-mm-ss$.png";
};
Snip = {
ask_for_confirm_on_esc = false;
};
};
home.file.".aerospace.toml".text = '' home.file.".aerospace.toml".text = ''
# Make all new windows floating by default # Make all new windows floating by default
[[on-window-detected]] [[on-window-detected]]

View file

@ -178,7 +178,6 @@
"keycastr" "keycastr"
"localsend" "localsend"
"maccy" "maccy"
"snipaste"
]; ];
taps = [ taps = [
"nikitabobko/tap" "nikitabobko/tap"