configs: structure fixup

This commit is contained in:
2022-11-03 17:03:16 +01:00
parent 70f30c679c
commit 33e20b8685
4 changed files with 4 additions and 8 deletions

View File

@@ -10,7 +10,7 @@
# └─ mpv.nix *
#
{ config, lib, pkgs, ... }:
{ pkgs, ... }:
{
home.file = {
@@ -20,5 +20,6 @@
hwdec-codecs=all
gpu-context=wayland
#profile=gpu-hq
'';
'';
};
}