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:
Donovan Glover 2023-08-31 15:53:51 -04:00
parent d61f4b16a5
commit abadce3a96
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65
2 changed files with 6 additions and 7 deletions

View File

@ -127,16 +127,15 @@
]
},
"locked": {
"lastModified": 1690905065,
"narHash": "sha256-7RP7PJlHlK7yTsKBwvzzin8TX0Iiu4YcRWCr633wApM=",
"owner": "donovanglover",
"lastModified": 1691942466,
"narHash": "sha256-bK6FFbsKtyLKJLwgHerWp/EMMoWqE0UJk0KEbgYICbY=",
"owner": "danth",
"repo": "stylix",
"rev": "5f7b55cc690b5ca02d1dc19175cab2ccdd408811",
"rev": "beb35709c9a769a5f279d3177af778a15dcbda46",
"type": "github"
},
"original": {
"owner": "donovanglover",
"ref": "personal-master",
"owner": "danth",
"repo": "stylix",
"type": "github"
}

View File

@ -8,7 +8,7 @@
};
stylix = {
url = "github:donovanglover/stylix/personal-master";
url = "github:danth/stylix";
inputs = {
nixpkgs.follows = "nixpkgs";
home-manager.follows = "home-manager";