homebrew pinning
This commit is contained in:
parent
4921973b9a
commit
480c556d32
45 changed files with 1401 additions and 2219 deletions
|
|
@ -2,6 +2,7 @@
|
|||
config,
|
||||
machineName,
|
||||
mainUser,
|
||||
scope,
|
||||
...
|
||||
}:
|
||||
scope "boot" {
|
||||
|
|
@ -18,7 +19,7 @@ scope "boot" {
|
|||
{
|
||||
wallpapers = [ config.rice.bg.src ];
|
||||
interface = {
|
||||
brandingColor = 1;
|
||||
brandingColor = pal.normal.red;
|
||||
branding = "hello ${mainUser}. welcome to ${machineName}";
|
||||
};
|
||||
graphicalTerminal =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue