dot

NixOS dotfiles
git clone https://git.echoz.io/dot.git
Log | Files | Refs

commit c40bde9807b21a60a3388b3352bfdebc446aaec0
parent f26a6bec7cbf4b1465ef7d031b39752962d777b1
Author: Chris <chris@echoz.io>
Date:   Thu, 25 Jun 2026 04:26:26 +0200

fix: force hyprlang config for now

Diffstat:
Mmodules/greetd/default.nix | 1+
Mmodules/hypr/hyprland.nix | 1+
2 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/modules/greetd/default.nix b/modules/greetd/default.nix @@ -27,6 +27,7 @@ in enable = true; package = null; portalPackage = null; + configType = "hyprlang"; settings = { inherit (hmUserCfg.wayland.windowManager.hyprland.settings) monitor diff --git a/modules/hypr/hyprland.nix b/modules/hypr/hyprland.nix @@ -20,6 +20,7 @@ enable = true; package = null; portalPackage = null; + configType = "hyprlang"; settings = { monitor = [ ",preferred,auto,1" ];