added branding
This commit is contained in:
@@ -3,6 +3,11 @@
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
home.file.".config/ghostty/screensaver".text = ''
|
||||
window-padding-x = 0
|
||||
window-padding-y = 0
|
||||
window-padding-color = "extend-always"
|
||||
'';
|
||||
programs.ghostty = {
|
||||
enable = true;
|
||||
package =
|
||||
|
||||
@@ -2,4 +2,7 @@
|
||||
home.packages = with pkgs; [
|
||||
terminaltexteffects
|
||||
];
|
||||
home.file.".config/hakase/branding.txt" = {
|
||||
source = "../../assets/branding.txt";
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user