feat: added regreet

This commit is contained in:
Nick 2025-01-19 02:31:05 -06:00
parent aac47aa93b
commit 3b455e6133
21 changed files with 72 additions and 61 deletions

View file

@ -1,17 +1,14 @@
{
imports =
map
(file: ./${file}.nix)
[
"geoclue2"
"greetd"
"network"
"hypridle"
"hyprland"
"hyprlock"
# "regreet"
"swaylock"
"thunar"
"wayland"
];
imports = map (file: ./${file}.nix) [
"geoclue2"
"greetd"
"network"
"hypridle"
"hyprland"
"hyprlock"
"regreet"
"swaylock"
"thunar"
"wayland"
];
}