mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-06 13:10:14 +00:00
fix references
This commit is contained in:
@ -6,12 +6,12 @@
|
||||
}:
|
||||
|
||||
let
|
||||
cfg = config.nmasur.presets.programs.alacritty;
|
||||
cfg = config.nmasur.presets.programs.mpv;
|
||||
in
|
||||
|
||||
{
|
||||
|
||||
options.nmasur.presets.programs.alacritty.enable = lib.mkEnableOption "Alacritty terminal";
|
||||
options.nmasur.presets.programs.mpv.enable = lib.mkEnableOption "mpv video player";
|
||||
|
||||
config = lib.mkIf cfg.enable {
|
||||
# Video player
|
||||
|
Reference in New Issue
Block a user