fix: stuff
This commit is contained in:
@@ -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
@@ -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;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user