Implement sources to flake

This commit is contained in:
Nina Chlóe Kassandra Reiß
2026-07-26 12:44:34 +02:00
parent 6299277150
commit 9aba490647
+9
View File
@@ -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