fix(nix): add libertine font
Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
parent
0296520db2
commit
1beb8fcd9e
2 changed files with 4 additions and 1 deletions
|
@ -81,6 +81,7 @@
|
||||||
roboto-mono
|
roboto-mono
|
||||||
jetbrains-mono
|
jetbrains-mono
|
||||||
noto-fonts-cjk-sans
|
noto-fonts-cjk-sans
|
||||||
|
libertine
|
||||||
];
|
];
|
||||||
emacsPackages = with pkgs.emacsPackages; [ mu4e ];
|
emacsPackages = with pkgs.emacsPackages; [ mu4e ];
|
||||||
pythonPackages = with pkgs.python312Packages; [ python-lsp-server ];
|
pythonPackages = with pkgs.python312Packages; [ python-lsp-server ];
|
||||||
|
|
|
@ -27,6 +27,7 @@
|
||||||
roboto-mono
|
roboto-mono
|
||||||
jetbrains-mono
|
jetbrains-mono
|
||||||
noto-fonts-cjk-sans
|
noto-fonts-cjk-sans
|
||||||
|
libertine
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -77,7 +78,8 @@
|
||||||
wantedBy = [ "graphical-session.target" ];
|
wantedBy = [ "graphical-session.target" ];
|
||||||
partOf = [ "graphical-session.target" ];
|
partOf = [ "graphical-session.target" ];
|
||||||
serviceConfig = {
|
serviceConfig = {
|
||||||
ExecStart = "${pkgs.deadd-notification-center}/bin/deadd-notification-center";
|
ExecStart =
|
||||||
|
"${pkgs.deadd-notification-center}/bin/deadd-notification-center";
|
||||||
Restart = "always";
|
Restart = "always";
|
||||||
RestartSec = 3;
|
RestartSec = 3;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue