fix: stuff

This commit is contained in:
kenji
2025-12-26 16:47:50 -06:00
parent 39f692919b
commit f5d81a5a43
5 changed files with 17 additions and 146 deletions
+14
View File
@@ -0,0 +1,14 @@
{
pkgs,
lib,
...
}: let
#
hakase-screensaver-launch = pkgs.writeShellScriptBin "hakase-cmd-screensaver" ''
'';
in {
environment.systemPackages = with pkgs; [
hakase-screensaver-launch
];
}