This commit is contained in:
iFargle 2023-08-14 22:02:45 +09:00
parent 9a54ae4fe3
commit 2323ab288b

View file

@ -1,4 +1,11 @@
{pkgs, ...}: {
# Testing login managers...
# GreetD
programs.regreet = {
enable = true;
};
# Enabling hyprlnd on NixOS
programs.hyprland = {
enable = true;