-
-
Notifications
You must be signed in to change notification settings - Fork 17.5k
nixos/kmscon: add package option #400296
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
nixos/kmscon: add package option #400296
Conversation
|
Since the module has no maintainers, i'll cc @omasanori to have a look (i hope they're alive) |
|
@wolfgangwalther another maintainer hasn't been active on Github over half a year |
|
This pull request has been mentioned on NixOS Discourse. There might be relevant details there: https://discourse.nixos.org/t/prs-ready-for-review/3032/5841 |
5a2c478 to
d3f06b7
Compare
| type = types.bool; | ||
| default = false; | ||
| }; | ||
| useXkbConfig = mkEnableOption "configure keymap from xserver keyboard settings."; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This now reads rather odd.
Whether to enable configure keymap from xserver keyboard settings..
| }; | ||
| package = mkPackageOption pkgs "kmscon" { }; | ||
|
|
||
| hwRender = mkEnableOption "3D hardware acceleration to render the console."; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The final dot should not be here
Whether to enable 3D hardware acceleration to render the console..
| default = false; | ||
| }; | ||
| enable = mkEnableOption '' | ||
| kmscon as the virtual console instead of gettys. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The dot should also not be here.
packageoption (fixes Module Request: nixos/nixos/modules/services/ttys/kmscon.nix : add package override option #399859)lib.mkEnableOptionThings done
nix.conf? (See Nix manual)sandbox = relaxedsandbox = truenix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD". Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/)Add a 👍 reaction to pull requests you find important.