🔥 (home) remove useless package= lines

This commit is contained in:
Laureηt 2024-06-16 16:11:36 +02:00
parent 5cc5af2b08
commit f74758c82d
Signed by: Laurent
SSH key fingerprint: SHA256:pb5NrYg80So5z9hmqQFPmp//sgr+DFeJkKhmGyU2NLk
2 changed files with 2 additions and 5 deletions

View file

@ -1,6 +1,5 @@
{pkgs, ...}: {
{...}: {
programs.mpv = {
enable = true;
package = pkgs.mpv;
};
}

View file

@ -1,8 +1,6 @@
{pkgs, ...}: {
{...}: {
programs.tmux = {
enable = true;
package = pkgs.tmux;
clock24 = true;
};
}