forked from Shinonome/alt-illogical-impulse
Make flake self-contained - consolidate installer-replication
BREAKING CHANGE: Remove external dots-hyprland dependency - Imported all essential configs from dots-hyprland/installer-replication - Added complete configs/ directory with: - hypr/ - Hyprland configuration - quickshell/ - Quickshell widgets and config - applications/ - Application configurations - scripts/ - Utility scripts - matugen/ - Material You theming - Updated flake.nix to use local ./configs instead of external repo - Simplified update-flake script (removed external repo management) - Updated README to reflect self-contained architecture - All builds pass with local configurations Benefits: - No external repository dependencies - Faster builds (no network dependencies) - Version controlled configs in single repo - Easier maintenance and development - Complete installer replication in one place
This commit is contained in:
Generated
-18
@@ -1,22 +1,5 @@
|
||||
{
|
||||
"nodes": {
|
||||
"dots-hyprland": {
|
||||
"flake": false,
|
||||
"locked": {
|
||||
"lastModified": 1754709786,
|
||||
"narHash": "sha256-NDEupEt2F2yMCI2cWNy1tE8FsuLwW4NGvgJierzMPwQ=",
|
||||
"owner": "celesrenata",
|
||||
"repo": "dots-hyprland",
|
||||
"rev": "65b10e45fdc082f6f1b7a6135393f870510e2f51",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"owner": "celesrenata",
|
||||
"ref": "installer-replication",
|
||||
"repo": "dots-hyprland",
|
||||
"type": "github"
|
||||
}
|
||||
},
|
||||
"home-manager": {
|
||||
"inputs": {
|
||||
"nixpkgs": [
|
||||
@@ -88,7 +71,6 @@
|
||||
},
|
||||
"root": {
|
||||
"inputs": {
|
||||
"dots-hyprland": "dots-hyprland",
|
||||
"home-manager": "home-manager",
|
||||
"nixpkgs": "nixpkgs",
|
||||
"quickshell": "quickshell"
|
||||
|
||||
Reference in New Issue
Block a user