mirror of
https://github.com/zoriya/flake.git
synced 2026-06-07 20:32:16 +00:00
Fix flake.nix home manager url
This commit is contained in:
@@ -4,8 +4,7 @@
|
||||
inputs = {
|
||||
nixpkgs.url = "nixpkgs/nixos-unstable";
|
||||
home-manager = {
|
||||
# url = "github:zoriya/home-manager";
|
||||
url = "/home/zoriya/projects/home-manager";
|
||||
url = "github:zoriya/home-manager";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
impermanence.url = "github:nix-community/impermanence";
|
||||
|
||||
Reference in New Issue
Block a user