refactor(home): homeModules -> ooknet
This commit is contained in:
parent
b81c929a0b
commit
1d1cb3092f
104 changed files with 214 additions and 255 deletions
|
|
@ -1,7 +1,7 @@
|
|||
{ lib, config, ... }:
|
||||
|
||||
let
|
||||
cfg = config.homeModules.desktop.wayland;
|
||||
cfg = config.ooknet.desktop.wayland;
|
||||
in
|
||||
{
|
||||
imports = [
|
||||
|
|
@ -13,7 +13,7 @@ in
|
|||
./launcher
|
||||
];
|
||||
|
||||
options.homeModules.desktop.wayland = {
|
||||
options.ooknet.desktop.wayland = {
|
||||
enable = lib.mkEnableOption "Enable wayland specific confurations";
|
||||
nvidia = lib.mkOption {
|
||||
type = lib.types.bool;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue