diff --git a/flake.lock b/flake.lock index 606df20..20ce03d 100644 --- a/flake.lock +++ b/flake.lock @@ -342,16 +342,16 @@ "locked": { "lastModified": 1736373539, "narHash": "sha256-dinzAqCjenWDxuy+MqUQq0I4zUSfaCvN9rzuCmgMZJY=", - "owner": "nix-community", - "repo": "home-manager", + "ref": "release-24.11", "rev": "bd65bc3cde04c16755955630b344bc9e35272c56", - "type": "github" + "revCount": 3879, + "type": "git", + "url": "ssh://gitea@gitea.blunkall.us/nathan/home-manager" }, "original": { - "owner": "nix-community", "ref": "release-24.11", - "repo": "home-manager", - "type": "github" + "type": "git", + "url": "ssh://gitea@gitea.blunkall.us/nathan/home-manager" } }, "home-manager_2": { @@ -450,19 +450,19 @@ "xdph": "xdph" }, "locked": { - "lastModified": 1736613484, - "narHash": "sha256-gYlminxNivqjOur5Zp6xDOh1U3VesO7/t+fNlV1WFH8=", + "lastModified": 1736701836, + "narHash": "sha256-gD2SA08Lfngi1Eguhoc4QHS5Tf4I76GaLr5ATpUXwwE=", "ref": "refs/heads/main", - "rev": "2778aff08fba59a34b404751039d7acb6bfb3bdf", - "revCount": 5665, + "rev": "a6b263713a2b862ed41362082e2147e081934077", + "revCount": 5670, "submodules": true, "type": "git", - "url": "https://github.com/hyprwm/Hyprland" + "url": "ssh://gitea@gitea.blunkall.us/nathan/hyprland" }, "original": { "submodules": true, "type": "git", - "url": "https://github.com/hyprwm/Hyprland" + "url": "ssh://gitea@gitea.blunkall.us/nathan/hyprland" } }, "hyprland-protocols": { diff --git a/flake.nix b/flake.nix index e23d46c..eb4bc61 100644 --- a/flake.nix +++ b/flake.nix @@ -21,7 +21,8 @@ }; home-manager = { - url = "github:nix-community/home-manager/release-24.11"; + #url = "github:nix-community/home-manager/release-24.11"; + url = "git+ssh://gitea@gitea.blunkall.us/nathan/home-manager?ref=release-24.11"; inputs.nixpkgs.follows = "nixpkgs"; }; @@ -34,7 +35,8 @@ #simple-nixos-mailserver.url = "gitlab:simple-nixos-mailserver/nixos-mailserver/nixos-24.05"; - hyprland.url = "git+https://github.com/hyprwm/Hyprland?submodules=1"; + #hyprland.url = "git+https://github.com/hyprwm/Hyprland?submodules=1"; + hyprland.url = "git+ssh://gitea@gitea.blunkall.us/nathan/hyprland?submodules=1"; tokyo-night-sddm = { url = "github:siddrs/tokyo-night-sddm";