From 2323ab288b4f0bf122348c5d11ae52a2924ca1b8 Mon Sep 17 00:00:00 2001 From: iFargle Date: Mon, 14 Aug 2023 22:02:45 +0900 Subject: [PATCH] test --- desktops/hyprland.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/desktops/hyprland.nix b/desktops/hyprland.nix index e648d1f9..462eb840 100644 --- a/desktops/hyprland.nix +++ b/desktops/hyprland.nix @@ -1,4 +1,11 @@ {pkgs, ...}: { + + # Testing login managers... + # GreetD + programs.regreet = { + enable = true; + }; + # Enabling hyprlnd on NixOS programs.hyprland = { enable = true;