This commit is contained in:
parent
a8c0cf5e63
commit
994b2e2b87
3 changed files with 3 additions and 4 deletions
|
@ -101,6 +101,8 @@
|
|||
cdrkit
|
||||
cpufrequtils
|
||||
displayselect
|
||||
dvdbackup
|
||||
dvdplusrwtools
|
||||
ffmpegthumbnailer
|
||||
gimp
|
||||
gtypist
|
||||
|
@ -119,8 +121,6 @@
|
|||
pmutils
|
||||
shotwell
|
||||
slack
|
||||
stable.dvdbackup
|
||||
stable.dvdplusrwtools
|
||||
stable.gscan2pdf
|
||||
sxiv
|
||||
tailscale
|
||||
|
|
|
@ -15,7 +15,7 @@ in
|
|||
|
||||
config = mkIf cfg.enable {
|
||||
home.packages = with pkgs; [
|
||||
stable.handbrake
|
||||
handbrake
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -11,7 +11,6 @@ in
|
|||
config = mkIf cfg.enable {
|
||||
programs.mpv = {
|
||||
enable = true;
|
||||
package = pkgs.stable.mpv;
|
||||
|
||||
# https://github.com/mpv-player/mpv/blob/master/etc/input.conf
|
||||
bindings = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue