about summary refs log tree commit diff stats
path: root/flake
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-02-03 19:34:53 +0100
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-02-03 19:34:53 +0100
commit84420aebbeb7f5e650c5f162c76aaf90343dd3f7 (patch)
tree6265a90e3077b9fd528eb097f153f16300743c9d /flake
parentfeat(modules/legacy/mail): Automatically set a git credential helper (diff)
downloadnixos-config-84420aebbeb7f5e650c5f162c76aaf90343dd3f7.zip
feat(modules/mpv): Migrate to `by-name` and add some scripts
Diffstat (limited to 'flake')
-rw-r--r--flake/nixosConfigurations/common.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/flake/nixosConfigurations/common.nix b/flake/nixosConfigurations/common.nix
index 46a02b72..232c329d 100644
--- a/flake/nixosConfigurations/common.nix
+++ b/flake/nixosConfigurations/common.nix
@@ -182,6 +182,7 @@
           ];
         };
       };
+      mpv.enable = true;
       swaylock.enable = true;
       taskwarrior.enable = true;
       yambar.enable = true;