[nixos] Readd event bus and fix the default fonts

This commit is contained in:
Sebastian Schulze 2023-12-07 09:55:25 +01:00
parent 0cf52665df
commit 9458f98712
No known key found for this signature in database
GPG Key ID: F6BA63C6A7D3044E
2 changed files with 20 additions and 3 deletions

View File

@ -117,7 +117,6 @@
roboto-mono
joypixels
monaspace
(nerdfonts.override { fonts = [ "JetBrainsMono" "IBMPlexMono" "NerdFontsSymbolsOnly" "VictorMono"]; }) ];
(iosevka-bin.override { variant = "aile"; })
(iosevka-bin.override { variant = "etoile"; })
(nerdfonts.override { fonts = [ "JetBrainsMono" "IBMPlexMono" "Iosevka" "NerdFontsSymbolsOnly" "VictorMono" ]; }) ];
@ -125,11 +124,13 @@
fontconfig.defaultFonts = {
emoji = lib.mkBefore [ "Joypixels" "Noto Color Emoji" ];
monospace = lib.mkBefore [ "IBM Plex Mono" "JetBrains Mono" ];
serif = lib.mkBefore [ "Iosevka Etoile" ];
sansSerif = lib.mkBefore [ "Iosevka Aile" ];
serif = lib.mkBefore [ "IBM Plex Serif" ];
sansSerif = lib.mkBefore [ "IBM Plex Sans" ];
};
};
environment.homeBinInPath = true;
environment.systemPackages = with pkgs; [
home-manager
wget

View File

@ -599,6 +599,21 @@ in
};
};
systemd.user.services.alfaview-sway-event-bus = {
Unit = {
Description = "alfaview sway event bus";
X-RestartIfChanged = "false";
};
Service = {
ExecStart = "/home/bascht/bin/alfaview-sway-event-bus";
Restart = "on-failure";
RestartSec = 5;
};
Install = {
WantedBy = [ "graphical-session.target" ];
};
};
services.wlsunset = {
enable = true;
latitude = "48.15";
@ -650,6 +665,7 @@ in
epkgs.pdf-tools
epkgs.vscode-icon
epkgs.mingus
epkgs.mu4e
epkgs.hass
epkgs.spacious-padding
epkgs.org-pdftools