Skip to content

feat(eilmeldung): Tui news aggrigator - #5

Draft
hxsnaatdev wants to merge 2 commits into
mainfrom
feat(RSS)
Draft

feat(eilmeldung): Tui news aggrigator#5
hxsnaatdev wants to merge 2 commits into
mainfrom
feat(RSS)

Conversation

@hxsnaatdev

Copy link
Copy Markdown
Owner

No description provided.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR enables the eilmeldung TUI/news aggregator in the nix-darwin + Home Manager configuration by adding a new flake input and wiring its Home Manager module into the user config.

Changes:

  • Add an eilmeldung flake input pointing to christo-auer/eilmeldung.
  • Enable programs.eilmeldung in the Home Manager configuration (and import its module).

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

File Description
home/home-manager.nix Attempts to import the eilmeldung Home Manager module and enable the program in the user config.
flake.nix Adds the eilmeldung flake input and exposes it to outputs.
Suppressed comments (1)

home/home-manager.nix:23

  • home.package is not a valid Home Manager option, and placing module imports/program options under it will cause evaluation to fail ("The option home.package does not exist"). Import the eilmeldung module via the top-level imports list and set programs.eilmeldung at the top level.
  home.package = {
    import = [
      inputs.eilmeldung.homeManagerModules.default
    ];
    programs.eilmeldung = {

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread flake.nix Outdated
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
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

Successfully merging this pull request may close these issues.

2 participants