diff options
| author | adikro <adikro@disroot.org> | 2025-12-29 23:50:05 +0100 |
|---|---|---|
| committer | adikro <adikro@disroot.org> | 2025-12-29 23:50:05 +0100 |
| commit | 05ae56295ae0d7bf99d9580ef5ff1f209259733a (patch) | |
| tree | b8eefbd8d0315d51b53b24889dfdd6c6e3093a29 /os/core/core.nix | |
| parent | bd0047d2c4826214bcedf4c1a57d010bb407034d (diff) | |
added GLSL shaders and some shit i dont understand to mpv
Diffstat (limited to 'os/core/core.nix')
| -rw-r--r-- | os/core/core.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/os/core/core.nix b/os/core/core.nix index b1753ad..f13396e 100644 --- a/os/core/core.nix +++ b/os/core/core.nix @@ -1,6 +1,6 @@ { config, lib, pkgs, ... }: let - cfg = config.sys.core; + cfg = config.os.core; in { imports = [ @@ -20,7 +20,7 @@ in ./users.nix ]; - options.sys.core = { + options.os.core = { allowUnfree.enable = lib.mkEnableOption "unfree software"; flatpak.enable = lib.mkEnableOption "Flatpak support"; |
