1
0
Fork 0

fix(nix): add libertine font

Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
Lucas Sta Maria 2024-08-12 23:08:00 -07:00
parent 0296520db2
commit 1beb8fcd9e
No known key found for this signature in database
GPG key ID: F07FB16A826E3B47
2 changed files with 4 additions and 1 deletions

View file

@ -81,6 +81,7 @@
roboto-mono
jetbrains-mono
noto-fonts-cjk-sans
libertine
];
emacsPackages = with pkgs.emacsPackages; [ mu4e ];
pythonPackages = with pkgs.python312Packages; [ python-lsp-server ];

View file

@ -27,6 +27,7 @@
roboto-mono
jetbrains-mono
noto-fonts-cjk-sans
libertine
];
};
@ -77,7 +78,8 @@
wantedBy = [ "graphical-session.target" ];
partOf = [ "graphical-session.target" ];
serviceConfig = {
ExecStart = "${pkgs.deadd-notification-center}/bin/deadd-notification-center";
ExecStart =
"${pkgs.deadd-notification-center}/bin/deadd-notification-center";
Restart = "always";
RestartSec = 3;
};