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