Compare commits
2 Commits
2d365c49ab
...
40b59c2cf6
Author | SHA1 | Date | |
---|---|---|---|
40b59c2cf6 | |||
053a6c744f |
@@ -121,8 +121,6 @@
|
|||||||
|
|
||||||
programs.htop.enable = true;
|
programs.htop.enable = true;
|
||||||
|
|
||||||
programs.ranger.enable = true;
|
|
||||||
|
|
||||||
programs.rmpc = {
|
programs.rmpc = {
|
||||||
enable = true;
|
enable = true;
|
||||||
config = ''
|
config = ''
|
||||||
@@ -169,7 +167,18 @@
|
|||||||
programs.yt-dlp = {
|
programs.yt-dlp = {
|
||||||
enable = true;
|
enable = true;
|
||||||
settings = {
|
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;
|
embed-thumbnail = true;
|
||||||
|
sponsorblock-mark = "all";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@@ -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 = {
|
programs.kitty = {
|
||||||
enable = true;
|
enable = true;
|
||||||
enableGitIntegration = true;
|
enableGitIntegration = true;
|
||||||
@@ -127,6 +116,7 @@
|
|||||||
};
|
};
|
||||||
scripts = [
|
scripts = [
|
||||||
pkgs.mpvScripts.mpris
|
pkgs.mpvScripts.mpris
|
||||||
|
pkgs.mpvScripts.sponsorblock
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@@ -131,7 +131,7 @@
|
|||||||
"next activity" = ",none,Walk through activities";
|
"next activity" = ",none,Walk through activities";
|
||||||
"previous activity" = ",none,Walk through activities (Reverse)";
|
"previous activity" = ",none,Walk through activities (Reverse)";
|
||||||
};
|
};
|
||||||
"services/com.mitchellh.ghostty.desktop"."_launch" = "Meta+X";
|
"services/kitty.desktop"."_launch" = "Meta+X";
|
||||||
};
|
};
|
||||||
workspace = {
|
workspace = {
|
||||||
wallpaper = "/home/chase/nix-config/home/wallpaper.jpg";
|
wallpaper = "/home/chase/nix-config/home/wallpaper.jpg";
|
||||||
|
Reference in New Issue
Block a user