diff options
author | Franck Cuny <franck@fcuny.net> | 2022-04-09 09:44:39 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2022-04-09 09:44:39 -0700 |
commit | bb43c9a4a098878255844759667d492f9c0995a1 (patch) | |
tree | 86ab2cbc6b06baaa44859ce6f7e1c9969e143861 /home/vlc/default.nix | |
parent | add a few more modules to home/ and delete stuff (diff) | |
download | world-bb43c9a4a098878255844759667d492f9c0995a1.tar.gz |
small fixes
Diffstat (limited to '')
-rw-r--r-- | home/vlc/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/vlc/default.nix b/home/vlc/default.nix index 0afd3b7..f7ad141 100644 --- a/home/vlc/default.nix +++ b/home/vlc/default.nix @@ -1,4 +1,4 @@ -{ lib, config, ... }: +{ lib, config, pkgs, ... }: let cfg = config.my.home.vlc; in { options.my.home.vlc = with lib; { |