feat: hyperland scrolling layout

This commit is contained in:
mrfluffy-dev
2025-06-25 10:33:58 +01:00
parent 1ccf439c72
commit 11366052f9
2 changed files with 22 additions and 6 deletions

View File

@@ -3,13 +3,14 @@
lib,
pkgs,
inputs,
window_manager,
...
}:
let
quickshellPackage = inputs.quickshell.packages.${pkgs.system}.default;
in
{
systemd.user.services.quickshell = {
systemd.user.services.quickshell = lib.mkIf (window_manager == "hyprland") {
Unit = {
Description = "QuickShell Application";
After = [ "graphical-session.target" ];