64 current 2024-03-01 00:03:18 24.05.20240228.9099616 6.6.18 *
This commit is contained in:
parent
a82745d399
commit
ef4153f644
2 changed files with 10 additions and 1 deletions
2
env/wayland/fonts.nix
vendored
2
env/wayland/fonts.nix
vendored
|
|
@ -33,7 +33,7 @@
|
||||||
"Iosevka Nerd Font"
|
"Iosevka Nerd Font"
|
||||||
"Noto Color Emoji"
|
"Noto Color Emoji"
|
||||||
];
|
];
|
||||||
sansSerif = ["Lexend" "Noto Color Emoji"];
|
sansSerif = ["Inter" "Noto Color Emoji"];
|
||||||
serif = ["Noto Serif" "Noto Color Emoji"];
|
serif = ["Noto Serif" "Noto Color Emoji"];
|
||||||
emoji = ["Noto Color Emoji"];
|
emoji = ["Noto Color Emoji"];
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -25,6 +25,15 @@ in {
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# fake a tray to let apps start
|
||||||
|
# https://github.com/nix-community/home-manager/issues/2064
|
||||||
|
systemd.user.targets.tray = {
|
||||||
|
Unit = {
|
||||||
|
Description = "Home Manager System Tray";
|
||||||
|
Requires = ["graphical-session-pre.target"];
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
systemd.user.services = {
|
systemd.user.services = {
|
||||||
swaybg = mkService {
|
swaybg = mkService {
|
||||||
Unit.Description = "Wallpaper chooser";
|
Unit.Description = "Wallpaper chooser";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue