mirror of
https://github.com/javalsai/lidm.git
synced 2025-08-31 18:38:00 +02:00
feat(nix): add keys enum to global cfg
This commit is contained in:
11
INSTALL.md
11
INSTALL.md
@@ -102,21 +102,24 @@ pass:
|
||||
* A string to copy the config from a theme in `themes/` with said name
|
||||
(**name**, e.g `"cherry"`).
|
||||
* An attribute tree with the same names as the config file, e.g:
|
||||
|
||||
```nix
|
||||
{
|
||||
with config.lidm.keysEnum; {
|
||||
strings = {
|
||||
f_poweroff = "custom_poweroff";
|
||||
# etc
|
||||
};
|
||||
|
||||
behavior = {
|
||||
include_defshell = true;
|
||||
source = [
|
||||
"path1"
|
||||
"path2"
|
||||
];
|
||||
# etc
|
||||
};
|
||||
# etc
|
||||
|
||||
functions = { poweroff = F1; };
|
||||
|
||||
# etc...
|
||||
};
|
||||
```
|
||||
|
||||
|
Reference in New Issue
Block a user