Compare commits
2 Commits
2d365c49ab
...
40b59c2cf6
Author | SHA1 | Date | |
---|---|---|---|
40b59c2cf6 | |||
053a6c744f |
@@ -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";
|
||||
};
|
||||
};
|
||||
|
||||
|
@@ -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
|
||||
];
|
||||
};
|
||||
|
||||
|
@@ -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";
|
||||
|
Reference in New Issue
Block a user