oops quick fixes
This commit is contained in:
parent
82e5c613b4
commit
c65c6c8fc6
2 changed files with 4 additions and 1 deletions
|
|
@ -7,6 +7,10 @@
|
|||
inherit (lib) mkEnableOption mkIf;
|
||||
cfg = config.horseman.apps.visual;
|
||||
in {
|
||||
imports = [
|
||||
./firefox.nix
|
||||
];
|
||||
|
||||
options = {
|
||||
horseman.apps.visual = {
|
||||
enable = mkEnableOption "Apps that run in a visual window";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue