converted hyprsunset to service
This commit is contained in:
@@ -1,5 +1,8 @@
|
|||||||
{pkgs, ...}: {
|
{pkgs, ...}: {
|
||||||
home.packages = with pkgs; [
|
# home.packages = with pkgs; [
|
||||||
hyprsunset
|
# hyprsunset
|
||||||
];
|
# ];
|
||||||
|
services.hyprsunset = {
|
||||||
|
enable = true;
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user