diff options
author | Freya Murphy <freya@freyacat.org> | 2025-06-27 21:32:13 -0400 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2025-06-27 21:32:13 -0400 |
commit | 3882671ed5fac06349a7a9368451f478b9276cd8 (patch) | |
tree | 899a3a4fcc2ee31ed2cb537b7cf8aedce1409da5 /modules/desktops/hyprland | |
parent | new hyprcursor theme (diff) | |
download | dotfiles-nix-3882671ed5fac06349a7a9368451f478b9276cd8.tar.gz dotfiles-nix-3882671ed5fac06349a7a9368451f478b9276cd8.tar.bz2 dotfiles-nix-3882671ed5fac06349a7a9368451f478b9276cd8.zip |
astal systemd user service
Diffstat (limited to 'modules/desktops/hyprland')
-rw-r--r-- | modules/desktops/hyprland/default.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/desktops/hyprland/default.nix b/modules/desktops/hyprland/default.nix index 890972a..d001814 100644 --- a/modules/desktops/hyprland/default.nix +++ b/modules/desktops/hyprland/default.nix @@ -19,7 +19,6 @@ in { config = mkIf cfg.hyprland { desktops.wayland = true; - default.session = mkDefault "hyprland-session.target"; environment.systemPackages = [ inputs.rose-pine-hyprcursor.packages.${system}.default |