librewolf to home-manager
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{ pkgs, ... }:
|
||||
{ pkgs, lib, ... }:
|
||||
{
|
||||
stylix = {
|
||||
enable = true;
|
||||
@@ -22,6 +22,7 @@
|
||||
name = "DejaVu Serif";
|
||||
};
|
||||
};
|
||||
targets.qt.platform = lib.mkForce "qtct";
|
||||
};
|
||||
home-manager.users.jawz.stylix = {
|
||||
iconTheme = {
|
||||
@@ -30,5 +31,9 @@
|
||||
light = "Papirus-Light";
|
||||
dark = "Papirus-Dark";
|
||||
};
|
||||
targets.librewolf = {
|
||||
firefoxGnomeTheme.enable = true;
|
||||
profileNames = [ "jawz" ];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user