mirror of
https://github.com/nix-community/home-manager.git
synced 2025-11-08 19:46:05 +01:00
sheldon: some fixes
This commit is contained in:
parent
0c63255773
commit
ea859bc3e3
1 changed files with 2 additions and 2 deletions
|
|
@ -4,9 +4,9 @@ with lib;
|
||||||
|
|
||||||
let
|
let
|
||||||
cfg = config.programs.sheldon;
|
cfg = config.programs.sheldon;
|
||||||
tomlFormat = pkgs.formats.toml {};
|
tomlFormat = pkgs.formats.toml { };
|
||||||
in {
|
in {
|
||||||
meta.maintainers = pkgs.sheldon.meta.maintainers;
|
inherit (pkgs.sheldon) meta;
|
||||||
|
|
||||||
options.programs.sheldon = {
|
options.programs.sheldon = {
|
||||||
enable = mkEnableOption "sheldon";
|
enable = mkEnableOption "sheldon";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue