WiP firefox changes
This commit is contained in:
parent
47dc90e87c
commit
e06971a6a8
5 changed files with 36 additions and 38 deletions
|
@ -1,19 +1,6 @@
|
|||
{inputs, ...}: {
|
||||
home.file.".mozilla/firefox/quadradical/chrome/firefox-gnome-theme".source = inputs.firefox-gnome-theme;
|
||||
home.file.".mozilla/firefox/quadradical/chrome/nord.css".source = ./nord.css;
|
||||
|
||||
{
|
||||
programs.firefox = {
|
||||
enable = true;
|
||||
|
||||
profiles.quadradical = {
|
||||
isDefault = true;
|
||||
userChrome = ''
|
||||
@import "firefox-gnome-theme/userChrome.css";
|
||||
@import "nord.css"
|
||||
'';
|
||||
userContent = ''
|
||||
@import "firefox-gnome-theme/userContent.css";
|
||||
'';
|
||||
};
|
||||
profiles.quadradical.isDefault = true;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue