diff --git a/flake.lock b/flake.lock index 6445dd3..51558f7 100644 --- a/flake.lock +++ b/flake.lock @@ -28,17 +28,14 @@ ] }, "locked": { - "lastModified": 1781348569, - "narHash": "sha256-1BJtmKSqtD0CD753ZE37RgxvCJK6Iw3iKLDDaS8trY4=", - "ref": "refs/heads/master", - "rev": "75a2ed2533b4d6d8e4a34acd37e83d98d81a5fb0", - "revCount": 30, - "type": "git", - "url": "ssh://gitea@code.m3ta.dev/m3tam3re/agent-lib-legacy" + "lastModified": 1786434944, + "narHash": "sha256-GTtiekQ7jaHpqBwKc3tW4bw2cj6+53yAiWz+Jv3pedU=", + "path": "/home/m3tam3re/p/agent-lib-legacy", + "type": "path" }, "original": { - "type": "git", - "url": "ssh://gitea@code.m3ta.dev/m3tam3re/agent-lib-legacy" + "path": "/home/m3tam3re/p/agent-lib-legacy", + "type": "path" } }, "agents": { @@ -46,17 +43,14 @@ "nixpkgs": "nixpkgs_2" }, "locked": { - "lastModified": 1783016143, - "narHash": "sha256-3qejDAo4g2XfzTyWCaX8RVKH17JXnw/fujsbXQA+Mzc=", - "ref": "refs/heads/master", - "rev": "83284d752d2ac325d4bf3ab7b38acad1c2fffe3a", - "revCount": 98, - "type": "git", - "url": "ssh://gitea@code.m3ta.dev/m3tam3re/AGENTS" + "lastModified": 1786434953, + "narHash": "sha256-BSc4S1v3hDxbm0y1QOpMqodGKIAEucu0ZeDn3uM7aZA=", + "path": "/home/m3tam3re/p/AI/AGENTS", + "type": "path" }, "original": { - "type": "git", - "url": "ssh://gitea@code.m3ta.dev/m3tam3re/AGENTS" + "path": "/home/m3tam3re/p/AI/AGENTS", + "type": "path" } }, "agents_2": { @@ -338,17 +332,14 @@ "openspec": "openspec" }, "locked": { - "lastModified": 1786203962, - "narHash": "sha256-gvweVFd0Za5AZN6srXAhYK10NYLSfSVG2Xnl/Z73iZU=", - "ref": "refs/heads/master", - "rev": "6962de7e076ab68e1ead87770982a7d2e676fc02", - "revCount": 377, - "type": "git", - "url": "ssh://gitea@code.m3ta.dev/m3tam3re/nixpkgs" + "lastModified": 1786434842, + "narHash": "sha256-IhGYmeX5fbe9cCat7f8kZwIrLnjmQZC4IQAQ/kNPNWI=", + "path": "/home/m3tam3re/p/NIX/nixpkgs", + "type": "path" }, "original": { - "type": "git", - "url": "ssh://gitea@code.m3ta.dev/m3tam3re/nixpkgs" + "path": "/home/m3tam3re/p/NIX/nixpkgs", + "type": "path" } }, "nix-colors": { diff --git a/flake.nix b/flake.nix index 9ef128d..67c2e4c 100644 --- a/flake.nix +++ b/flake.nix @@ -12,18 +12,19 @@ nix-colors.url = "github:misterio77/nix-colors"; m3ta-nixpkgs = { - url = "git+ssh://gitea@code.m3ta.dev/m3tam3re/nixpkgs"; + # url = "git+ssh://gitea@code.m3ta.dev/m3tam3re/nixpkgs"; + url = "path:/home/m3tam3re/p/NIX/nixpkgs"; inputs.nixpkgs.follows = "nixpkgs"; }; agents = { - # url = "path:/home/m3tam3re/p/AI/AGENTS"; - url = "git+ssh://gitea@code.m3ta.dev/m3tam3re/AGENTS"; + url = "path:/home/m3tam3re/p/AI/AGENTS"; + # url = "git+ssh://gitea@code.m3ta.dev/m3tam3re/AGENTS"; }; agent-lib = { - # url = "path:/home/m3tam3re/p/NIX/agent-lib"; - url = "git+ssh://gitea@code.m3ta.dev/m3tam3re/agent-lib-legacy"; + url = "path:/home/m3tam3re/p/agent-lib-legacy"; + # url = "git+ssh://gitea@code.m3ta.dev/m3tam3re/agent-lib-legacy"; inputs.nixpkgs.follows = "nixpkgs"; }; diff --git a/profiles/contexts/desktop/wm/hyprland.nix b/profiles/contexts/desktop/wm/hyprland.nix index a782f1f..c9493ac 100644 --- a/profiles/contexts/desktop/wm/hyprland.nix +++ b/profiles/contexts/desktop/wm/hyprland.nix @@ -73,7 +73,6 @@ in { require_if_present("dms.colors") require_if_present("dms.layout") require_if_present("dms.outputs") - require_if_present("dms.binds") require_if_present("dms.binds-user") ''; }; diff --git a/users/m3tam3re/identities/private.nix b/users/m3tam3re/identities/private.nix index 70b71fe..2094c9f 100644 --- a/users/m3tam3re/identities/private.nix +++ b/users/m3tam3re/identities/private.nix @@ -89,12 +89,12 @@ "m3-atlas" = { HostName = "152.53.85.162"; User = "m3tam3re"; - IdentityFile = "~/.ssh/m3tam3re"; + IdentityFile = "~/.ssh/m3ta-adm"; }; "m3-hermes" = { HostName = "204.168.229.93"; User = "m3tam3re"; - IdentityFile = "~/.ssh/m3tam3re"; + IdentityFile = "~/.ssh/m3ta-adm"; }; "hermes" = { HostName = "46.224.0.92";