implementing home.file instead of xdg.config
This commit is contained in:
@@ -5,6 +5,6 @@ in
|
||||
{
|
||||
home.packages = [ pkgs.hypridle ];
|
||||
home.file.".config/hypr/hypridle.conf" = {
|
||||
source = hypridleConf;
|
||||
source = lib.mkForce hypridleConf;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user