9 lines
180 B
Nix
9 lines
180 B
Nix
{pkgs, ...}: {
|
|
home.packages = with pkgs; [
|
|
terminaltexteffects
|
|
];
|
|
home.file.".config/hakase/branding/screensaver.txt" = {
|
|
source = ../../assets/branding.txt;
|
|
};
|
|
}
|