parent
df9a370408
commit
82c8cb4b1f
24 changed files with 392 additions and 715 deletions
modules/desktop/environment/home
|
@ -6,7 +6,7 @@ self: {
|
|||
}: let
|
||||
inherit (self.scopedPackages.${pkgs.system}) mpvScripts;
|
||||
|
||||
inherit (lib) mkIf;
|
||||
inherit (lib) attrValues mkIf;
|
||||
|
||||
cfg = osConfig.roles.desktop;
|
||||
in {
|
||||
|
@ -20,7 +20,7 @@ in {
|
|||
enable = true;
|
||||
|
||||
# https://github.com/mpv-player/mpv/wiki/User-Scripts
|
||||
scripts = builtins.attrValues {
|
||||
scripts = attrValues {
|
||||
inherit
|
||||
(mpvScripts)
|
||||
modernx
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue