configure mako
This commit is contained in:
parent
794cf3b7f1
commit
9102c1c7e0
4 changed files with 27 additions and 5 deletions
|
@ -1,5 +1,18 @@
|
|||
{ inputs, config, pkgs, ... }: {
|
||||
home.packages = with pkgs; [
|
||||
fira
|
||||
];
|
||||
programs.firefox = {
|
||||
enable = true;
|
||||
|
||||
profiles ={
|
||||
"user" = {
|
||||
userChrome = ''
|
||||
* {
|
||||
font-family: "Fira Sans";
|
||||
}
|
||||
'';
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue