Librewolf, switch to hm from nixpkgs
This commit is contained in:
parent
bb463bfb3f
commit
3b7b2eb45f
1 changed files with 2 additions and 4 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
{ config, pkgs, lib, ... }:
|
{ config, lib, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
options.librewolf = {
|
options.librewolf = {
|
||||||
|
|
@ -7,9 +7,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
config = lib.mkIf config.librewolf.enable {
|
config = lib.mkIf config.librewolf.enable {
|
||||||
home.packages = with pkgs; [
|
programs.librewolf.enable = true;
|
||||||
librewolf
|
|
||||||
];
|
|
||||||
home.sessionVariables = {
|
home.sessionVariables = {
|
||||||
BROWSER = "librewolf";
|
BROWSER = "librewolf";
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue