mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-16 10:05:13 -05:00
18 lines
228 B
Nix
18 lines
228 B
Nix
![]() |
{
|
||
|
imports =
|
||
|
map
|
||
|
(file: ./${file}.nix)
|
||
|
[
|
||
|
"geoclue2"
|
||
|
"greetd"
|
||
|
"network"
|
||
|
"hypridle"
|
||
|
"hyprland"
|
||
|
"hyprlock"
|
||
|
"regreet"
|
||
|
# "swaylock"
|
||
|
"thunar"
|
||
|
"wayland"
|
||
|
];
|
||
|
}
|