mirror of
https://github.com/kmein/niveum
synced 2026-03-22 21:01:07 +01:00
feat
- fix tmux config - add window swallowing script - make scripts an overlay - setup disc burning
This commit is contained in:
@@ -1,9 +1,11 @@
|
||||
{ pkgs, ... }: {
|
||||
environment.systemPackages = with pkgs; [
|
||||
(mpv-with-scripts.override { scripts = [ mpvScripts.mpris ]; })
|
||||
mpv
|
||||
mpv-poll
|
||||
];
|
||||
|
||||
environment.shellAliases.mpv = "${pkgs.utillinux}/bin/setsid -f ${pkgs.mpv}/bin/mpv";
|
||||
|
||||
home-manager.users.me.xdg.configFile = {
|
||||
"mpv/input.conf".text = ''
|
||||
Alt+RIGHT add video-rotate 90
|
||||
|
||||
Reference in New Issue
Block a user