module(doom) Move doom module into david's home modules
This commit is contained in:
parent
9ffb8e9b42
commit
db95628f71
4 changed files with 3 additions and 3 deletions
|
|
@ -39,7 +39,6 @@
|
|||
enable = true;
|
||||
url = "http://localhost:8491";
|
||||
};
|
||||
doom.enable = true;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
@ -58,6 +57,7 @@
|
|||
firefox.enable = true;
|
||||
openssh.enable = true;
|
||||
helix.enable = true;
|
||||
doom.enable = true;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -5,11 +5,11 @@
|
|||
...
|
||||
}:
|
||||
let
|
||||
cfg = config.youthlic.programs.doom;
|
||||
cfg = config.david.programs.doom;
|
||||
in
|
||||
{
|
||||
options = {
|
||||
youthlic.programs.doom = {
|
||||
david.programs.doom = {
|
||||
enable = lib.mkEnableOption "doom";
|
||||
};
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue