Tried setting up a vm machine
This commit is contained in:
parent
230a739327
commit
dda932b1b0
23 changed files with 104 additions and 66 deletions
modules/home-manager/firefox
|
@ -11,6 +11,8 @@ in
|
|||
};
|
||||
|
||||
app = lib.mkOption {
|
||||
default = { };
|
||||
description = "Attr set of firefox web apps to install as desktop apps";
|
||||
type = lib.types.attrsOf
|
||||
(lib.types.submodule ({ name, ... }: {
|
||||
options = {
|
||||
|
@ -50,8 +52,6 @@ in
|
|||
};
|
||||
};
|
||||
}));
|
||||
|
||||
description = "Attr set of firefox web apps to install as desktop apps";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue