refactor(home): homeModules -> ooknet
This commit is contained in:
parent
b81c929a0b
commit
1d1cb3092f
104 changed files with 214 additions and 255 deletions
|
|
@ -7,7 +7,7 @@
|
|||
# ./ranger
|
||||
];
|
||||
|
||||
options.homeModules.console.fileManager = {
|
||||
options.ooknet.console.fileManager = {
|
||||
lf = {
|
||||
enable = lib.mkEnableOption "Enable lf file manager";
|
||||
default = lib.mkOption {
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
# - ripdrag support
|
||||
# - color parity with eza
|
||||
let
|
||||
cfg = config.homeModules.console.fileManager.lf;
|
||||
cfg = config.ooknet.console.fileManager.lf;
|
||||
in
|
||||
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue