niri: switch to dms

This commit is contained in:
Christoph Hollizeck 2025-12-14 13:09:22 +01:00
parent 35e4cc958d
commit 9152e70cc2
10 changed files with 524 additions and 78 deletions

View file

@ -36,7 +36,7 @@
hyprlock-package = inputs.hyprlock.packages.${pkgs.stdenv.hostPlatform.system}.hyprlock;
in
{
config = lib.mkIf (osConfig.networking.hostName == "yggdrasil") {
config = lib.mkIf osConfig.programs.hyprland.enable {
programs.hyprlock = {
enable = true;
package = hyprlock-package;