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
];
}
+2 -2
View File
@@ -2,7 +2,7 @@
home.packages = with pkgs; [
terminaltexteffects
];
home.file.".config/hakase/branding.txt" = {
source = "../../assets/branding.txt";
home.file.".config/hakase/branding/screensaver.txt" = {
source = ../../assets/branding.txt;
};
}