diff --git a/nix/configurations/vanadium.nix b/nix/configurations/vanadium.nix index 1baf671c..5427bafb 100644 --- a/nix/configurations/vanadium.nix +++ b/nix/configurations/vanadium.nix @@ -188,6 +188,7 @@ in # (sources.agenix + "/modules/age-home.nix") sources.wired-notify.asFlake.homeManagerModules.default + (sources.phoenix + "/homes/del/screen-locker.nix") ]; } diff --git a/npins/sources.json b/npins/sources.json index 6f3edaf9..dec27d8e 100644 --- a/npins/sources.json +++ b/npins/sources.json @@ -217,6 +217,20 @@ "url": "https://github.com/nix-community/nur/archive/bea55329cc806cfe3b826f7baab0503fd6b6892f.tar.gz", "hash": "sha256-B8+OiD8kYXtFc4vJc9+d7q8+MOic8VYR0G8wbSHjuSc=" }, + "phoenix": { + "type": "Git", + "repository": { + "type": "GitHub", + "owner": "gautaz", + "repo": "phoenix" + }, + "branch": "main", + "submodules": false, + "revision": "1a163832ed4df462d386a2b863e2aba344b70d82", + "url": "https://github.com/gautaz/phoenix/archive/1a163832ed4df462d386a2b863e2aba344b70d82.tar.gz", + "hash": "sha256-px7MGz/apr7Mok67agYO5kXwdnIk60TziJvzeprn/1w=", + "frozen": true + }, "pin-emacs28": { "type": "Git", "repository": {