nix flake update
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
{ den, modules, ... }:
|
||||
{
|
||||
modules.wlsunset = {
|
||||
homeManager =
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
systemd.user.services = {
|
||||
wlsunset = {
|
||||
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user