vanadium/home: automatic screensaver

This commit is contained in:
Primrose 2026-02-01 19:06:45 +01:00
parent 06f6e59fc9
commit 043d45cbac
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA
2 changed files with 15 additions and 0 deletions

View file

@ -188,6 +188,7 @@ in
# #
(sources.agenix + "/modules/age-home.nix") (sources.agenix + "/modules/age-home.nix")
sources.wired-notify.asFlake.homeManagerModules.default sources.wired-notify.asFlake.homeManagerModules.default
(sources.phoenix + "/homes/del/screen-locker.nix")
]; ];
} }

View file

@ -217,6 +217,20 @@
"url": "https://github.com/nix-community/nur/archive/bea55329cc806cfe3b826f7baab0503fd6b6892f.tar.gz", "url": "https://github.com/nix-community/nur/archive/bea55329cc806cfe3b826f7baab0503fd6b6892f.tar.gz",
"hash": "sha256-B8+OiD8kYXtFc4vJc9+d7q8+MOic8VYR0G8wbSHjuSc=" "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": { "pin-emacs28": {
"type": "Git", "type": "Git",
"repository": { "repository": {