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

Fix nix home manager module #132

Merged
merged 1 commit into from
Mar 5, 2024
Merged

Fix nix home manager module #132

merged 1 commit into from
Mar 5, 2024

Conversation

matteo4375
Copy link
Contributor

Fixes dots_rounding and rounding

@vaxerski vaxerski requested a review from fufexan March 5, 2024 02:36
Copy link
Member

@fufexan fufexan left a comment

Choose a reason for hiding this comment

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

You also have to define the options, otherwise this won't work.

@matteo4375
Copy link
Contributor Author

matteo4375 commented Mar 5, 2024

the options are already defined in #127 and #130

hyprlock/nix/hm-module.nix

Lines 226 to 230 in 7b2da2f

rounding = mkOption {
description = "The rounding of the input field";
type = int;
default = -1;
};

hyprlock/nix/hm-module.nix

Lines 184 to 188 in 7b2da2f

dots_rounding = mkOption {
description = "The rounding of dots (-2 follows input-field rounding)";
type = int;
default = -1;
};

@fufexan
Copy link
Member

fufexan commented Mar 5, 2024

Alright my bad then.

@fufexan fufexan merged commit d45ffd5 into hyprwm:main Mar 5, 2024
1 check passed
@matteo4375 matteo4375 deleted the patch-1 branch March 5, 2024 20:46
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