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;
|
inherit (lib) mkEnableOption mkIf;
|
||||||
cfg = config.horseman.apps.visual;
|
cfg = config.horseman.apps.visual;
|
||||||
in {
|
in {
|
||||||
|
imports = [
|
||||||
|
./firefox.nix
|
||||||
|
];
|
||||||
|
|
||||||
options = {
|
options = {
|
||||||
horseman.apps.visual = {
|
horseman.apps.visual = {
|
||||||
enable = mkEnableOption "Apps that run in a visual window";
|
enable = mkEnableOption "Apps that run in a visual window";
|
||||||
|
|
|
||||||
|
|
@ -13,7 +13,6 @@ in {
|
||||||
./boot
|
./boot
|
||||||
./base
|
./base
|
||||||
./timers
|
./timers
|
||||||
./username.nix
|
|
||||||
];
|
];
|
||||||
|
|
||||||
options = {
|
options = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue