Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: NixOS options #155

Open
relief-melone opened this issue Sep 21, 2023 · 0 comments
Open

Feature Request: NixOS options #155

relief-melone opened this issue Sep 21, 2023 · 0 comments

Comments

@relief-melone
Copy link

First of all. Great project. And I am very happy to find betterdiscordctl in the nix repo as well.
One thing though would really improve the nix feeling with betterdiscord. It would be great if one could set the configuration declarative via NixOptions. a nix file could look something like this

{ config, pkgs, ...}:
{
   home-manager.users.johndoe= {
    programs.betterdiscord = {
      enable = true;
     
      customCss = {
        enabled = true;
        real_time_updates = true;
        text = ''
          /* my custom css */
        ''
      };
      
    };
  };
}

is something like this a feature for the future? would also like to contribute but at the moment I am still lacking nix skills to do something like this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant