Add niri as window manager
Some checks failed
EVAL x86_64-linux.picard
BUILD x86_64-linux.picard
UPLOAD x86_64-linux.picard
DOWNLOAD x86_64-linux.picard
CACHIX x86_64-linux.picard
ATTIC x86_64-linux.picard
/ test (push) Successful in 20m31s

This commit is contained in:
Andrea Ciceri 2025-01-08 15:25:13 +01:00
parent c8717806ab
commit ea612479a0
Signed by: aciceri
SSH key fingerprint: SHA256:/AagBweyV4Hlfg9u092n8hbHwD5fcB6A3qhDiDA65Rg
8 changed files with 783 additions and 2 deletions

View file

@ -52,6 +52,6 @@
# Otherwise it will start only after Sway and will not work with Hyprland
systemd.user.services.swayidle = {
Unit.PartOf = lib.mkForce [ ];
Install.WantedBy = lib.mkForce [ "hyprland-session.target" ];
Install.WantedBy = lib.mkForce [ "graphical-session-pre.target" ];
};
}