mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-01-12 10:14:09 -05:00
repo restructure
This commit is contained in:
parent
1ad2f5ab15
commit
eb4b76a825
1 changed files with 2 additions and 2 deletions
|
|
@ -21,8 +21,8 @@
|
|||
};
|
||||
|
||||
software = {
|
||||
keyd = lib.mkEnableOption "enabled keyd overrides (useful for non-QMK enabled devices)";
|
||||
usershell = lib.mkEnableOption "opinionated usershell";
|
||||
keyd.enable = lib.mkEnableOption "enabled keyd overrides (useful for non-QMK enabled devices)";
|
||||
usershell.enable = lib.mkEnableOption "opinionated usershell";
|
||||
};
|
||||
|
||||
user = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue