fix: hyprland - crash

This commit is contained in:
Ryan Yin
2024-07-20 11:43:16 +08:00
parent 7d6fa4028d
commit b3b55c36d8
6 changed files with 64 additions and 48 deletions

View File

@@ -1,7 +1,7 @@
{pkgs, ...}: {
home.packages = with pkgs; [
# https://joplinapp.org/help/
joplin # joplin-cli
joplin-desktop
# joplin # joplin-cli
# joplin-desktop
];
}

View File

@@ -4,7 +4,7 @@
nur-ryan4yin,
...
}: let
package = pkgs.hyprland.override {debug = true;};
package = pkgs.hyprland;
in {
# NOTE:
# We have to enable hyprland/i3's systemd user service in home-manager,
@@ -29,7 +29,10 @@ in {
};
extraConfig = builtins.readFile ../conf/hyprland.conf;
# gammastep/wallpaper-switcher need this to be enabled.
systemd.enable = true;
systemd = {
enable = true;
variables = ["--all"];
};
};
# NOTE: this executable is used by greetd to start a wayland session when system boot up