hyprland: remove unused hypridle.nix
This commit is contained in:
@@ -1,16 +0,0 @@
|
|||||||
{
|
|
||||||
config,
|
|
||||||
osConfig,
|
|
||||||
pkgs,
|
|
||||||
...
|
|
||||||
}:
|
|
||||||
{
|
|
||||||
|
|
||||||
home.packages = with pkgs; [ hypridle ];
|
|
||||||
xdg.configFile = {
|
|
||||||
"hypr/hypridle.conf" = {
|
|
||||||
source = config.lib.file.mkOutOfStoreSymlink ./. + "/hypridle_${osConfig.system.name}.conf";
|
|
||||||
target = "hypr/hypridle.conf";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user