fix (home/graphical)!: fix broken option dependency
This commit is contained in:
parent
23aaa96938
commit
773ebc511d
1 changed files with 97 additions and 97 deletions
|
|
@ -1,6 +1,5 @@
|
|||
{ pkgs, lib, config, ... }:
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
config = lib.mkIf config.graphical.enable {
|
||||
home = {
|
||||
packages =
|
||||
with pkgs;
|
||||
|
|
@ -37,6 +36,8 @@
|
|||
};
|
||||
};
|
||||
|
||||
programs.firefox.enable = true;
|
||||
|
||||
programs.librewolf = {
|
||||
enable = true;
|
||||
profiles.default = {
|
||||
|
|
@ -99,5 +100,4 @@
|
|||
binding = "<Super>d";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue