15 lines
193 B
Nix
15 lines
193 B
Nix
{ den, modules, ... }:
|
|
{
|
|
modules.wlsunset = {
|
|
homeManager =
|
|
{ pkgs, ... }:
|
|
{
|
|
systemd.user.services = {
|
|
wlsunset = {
|
|
|
|
};
|
|
};
|
|
};
|
|
};
|
|
}
|