mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-22 00:03:55 +01:00
flake.nix: Use stylix from upstream
Although I originally wanted to make some cool pull requests for stylix, it turns out that adding such features would be non-trivial due to the lack of home-manager support. Since I implemented the functionality I wanted in my own config already, there's no need to maintain a separate stylix branch.
This commit is contained in:
parent
d61f4b16a5
commit
abadce3a96
11
flake.lock
11
flake.lock
@ -127,16 +127,15 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1690905065,
|
"lastModified": 1691942466,
|
||||||
"narHash": "sha256-7RP7PJlHlK7yTsKBwvzzin8TX0Iiu4YcRWCr633wApM=",
|
"narHash": "sha256-bK6FFbsKtyLKJLwgHerWp/EMMoWqE0UJk0KEbgYICbY=",
|
||||||
"owner": "donovanglover",
|
"owner": "danth",
|
||||||
"repo": "stylix",
|
"repo": "stylix",
|
||||||
"rev": "5f7b55cc690b5ca02d1dc19175cab2ccdd408811",
|
"rev": "beb35709c9a769a5f279d3177af778a15dcbda46",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"owner": "donovanglover",
|
"owner": "danth",
|
||||||
"ref": "personal-master",
|
|
||||||
"repo": "stylix",
|
"repo": "stylix",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
stylix = {
|
stylix = {
|
||||||
url = "github:donovanglover/stylix/personal-master";
|
url = "github:danth/stylix";
|
||||||
inputs = {
|
inputs = {
|
||||||
nixpkgs.follows = "nixpkgs";
|
nixpkgs.follows = "nixpkgs";
|
||||||
home-manager.follows = "home-manager";
|
home-manager.follows = "home-manager";
|
||||||
|
Loading…
Reference in New Issue
Block a user