Compare commits

...

2 Commits

Author SHA1 Message Date
40b59c2cf6 Remove ghostty, add kitty shortcut, add mpv sponsorblock 2025-06-08 12:37:37 -04:00
053a6c744f Removed ranger, configure yt-dlp 2025-06-08 12:36:35 -04:00
3 changed files with 13 additions and 14 deletions

View File

@@ -121,8 +121,6 @@
programs.htop.enable = true;
programs.ranger.enable = true;
programs.rmpc = {
enable = true;
config = ''
@@ -169,7 +167,18 @@
programs.yt-dlp = {
enable = true;
settings = {
cookies-from-browser = "firefox";
write-description = true;
write-info-json = true;
embed-info-json = true;
embed-chapters = true;
embed-metadate = true;
write-subs = true;
embed-subs = true;
sub-langs = "en.*,ja";
write-thumbnail = true;
embed-thumbnail = true;
sponsorblock-mark = "all";
};
};

View File

@@ -98,17 +98,6 @@
};
};
programs.ghostty = {
enable = true;
enableBashIntegration = true;
installBatSyntax = true;
installVimSyntax = true;
settings = {
font-family = "BlexMono Nerd Font";
font-size = 11;
};
};
programs.kitty = {
enable = true;
enableGitIntegration = true;
@@ -127,6 +116,7 @@
};
scripts = [
pkgs.mpvScripts.mpris
pkgs.mpvScripts.sponsorblock
];
};

View File

@@ -131,7 +131,7 @@
"next activity" = ",none,Walk through activities";
"previous activity" = ",none,Walk through activities (Reverse)";
};
"services/com.mitchellh.ghostty.desktop"."_launch" = "Meta+X";
"services/kitty.desktop"."_launch" = "Meta+X";
};
workspace = {
wallpaper = "/home/chase/nix-config/home/wallpaper.jpg";