Skip to content

Setting any of the cursor settings In the Nixos module fails to rebuild #32

Description

@Bwopp

I believe that this commit has caused some problems with setting any cursor settings. Since with any of the cursor settings in my config my system fails to rebuild but rebuilds fine if they are removed.

I removed the setting from my config that was setting the package for the theme since that is what the readme now says, however even just setting the cursor size results in the same error.

{ pkgs, inputs, ... }:
{
  imports = [ inputs.noctalia-greeter.nixosModules.default ];
  programs.noctalia-greeter = {
    enable = true;
    package = inputs.noctalia-greeter.packages.${pkgs.stdenv.hostPlatform.system}.default;

    greeter-args = "--user bwop"; 
    settings = {
      cursor = {
        theme = "breeze_cursors";
        size = 20;
      };
    };
  };
}
Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions