Implement sources to flake
This commit is contained in:
@@ -77,6 +77,15 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
homeManagerModules.default = {
|
||||||
|
xdg.configFile."hypr" = {
|
||||||
|
source = self;
|
||||||
|
recursive = true;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
|
configDir = self;
|
||||||
|
|
||||||
packages.${system}.default = pkgs.runCommand "hyprland-config-check" { } ''
|
packages.${system}.default = pkgs.runCommand "hyprland-config-check" { } ''
|
||||||
${verifyScript}
|
${verifyScript}
|
||||||
touch $out
|
touch $out
|
||||||
|
|||||||
Reference in New Issue
Block a user