diff --git a/nix/hosts/framework/home.nix b/nix/hosts/framework/home.nix index 5eb8831..92581f8 100644 --- a/nix/hosts/framework/home.nix +++ b/nix/hosts/framework/home.nix @@ -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 ]; diff --git a/nix/hosts/framework/sys.nix b/nix/hosts/framework/sys.nix index a33126b..2668d6c 100644 --- a/nix/hosts/framework/sys.nix +++ b/nix/hosts/framework/sys.nix @@ -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; };