mirror of
https://github.com/kmein/niveum
synced 2026-03-16 10:11:08 +01:00
feat(zaatar): remove kiosk, use windows instead of panes on music tmux
This commit is contained in:
@@ -38,7 +38,7 @@
|
|||||||
wantedBy = [ "multi-user.target" ];
|
wantedBy = [ "multi-user.target" ];
|
||||||
path = [ pkgs.alacritty.terminfo ];
|
path = [ pkgs.alacritty.terminfo ];
|
||||||
script = ''
|
script = ''
|
||||||
${pkgs.tmux}/bin/tmux -2 new-session -d -s turntables ${pkgs.ncmpcpp}/bin/ncmpcpp \; split-pane -h \; split-pane -v ${pkgs.alsaUtils}/bin/alsamixer
|
${pkgs.tmux}/bin/tmux -2 new-session -d -s turntables ${pkgs.alsaUtils}/bin/alsamixer \; new-window ${pkgs.ncmpcpp}/bin/ncmpcpp \; new-window
|
||||||
'';
|
'';
|
||||||
preStop = "${pkgs.tmux}/bin/tmux kill-session -t turntables";
|
preStop = "${pkgs.tmux}/bin/tmux kill-session -t turntables";
|
||||||
serviceConfig = {
|
serviceConfig = {
|
||||||
@@ -48,7 +48,7 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
{
|
/* {
|
||||||
users.extraUsers.kiosk = {
|
users.extraUsers.kiosk = {
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
password = "";
|
password = "";
|
||||||
@@ -77,7 +77,7 @@
|
|||||||
"cjpalhdlnbpafiamejdnhcphjbkeiagm" # uBlock Origin
|
"cjpalhdlnbpafiamejdnhcphjbkeiagm" # uBlock Origin
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
} */
|
||||||
];
|
];
|
||||||
|
|
||||||
nix.nixPath = [ "/var/src" ];
|
nix.nixPath = [ "/var/src" ];
|
||||||
|
|||||||
Reference in New Issue
Block a user