feat(home): firefox -> librewolf
This commit is contained in:
parent
e9f4c47450
commit
731faae4f2
1 changed files with 4 additions and 1 deletions
|
@ -79,7 +79,10 @@
|
|||
};
|
||||
};
|
||||
|
||||
programs.librewolf.enable = true;
|
||||
programs.librewolf = {
|
||||
enable = true;
|
||||
package = pkgs.librewolf-bin;
|
||||
};
|
||||
programs.kitty.enable = true;
|
||||
|
||||
programs.helix = {
|
||||
|
|
Loading…
Reference in a new issue