This commit is contained in:
Gregory Burd 2023-09-24 14:46:24 -04:00
parent 358763c97b
commit 1b94237709
Signed by: greg
GPG key ID: AEFACC3FC495AF89
3 changed files with 40 additions and 35 deletions

View file

@ -0,0 +1,4 @@
{ pkgs, ... }:
{
home.packages = [ pkgs.alacritty ];
}

View file

@ -90,7 +90,7 @@
# a css # a css
''; '';
userContent = '' userContent = ''
Here too # Here too
''; '';
settings = { settings = {
"general.smoothScroll" = true; "general.smoothScroll" = true;
@ -109,6 +109,7 @@
}; };
}; };
}; };
};
home = { home = {
persistence = { persistence = {

View file

@ -1,4 +1,4 @@
{ pkgs, ... }: { pkgs, ... }:
{ {
home.packages = [ pkgs.alacrity ]; home.packages = [ pkgs.slack ];
} }