This commit is contained in:
2022-08-13 14:32:23 -04:00
parent 472894122d
commit ffb3914efb
5 changed files with 16 additions and 15 deletions

View File

@@ -1,7 +1,7 @@
{ pkgs, ... }:
{
home.packages = with pkgs; [ iosevka-bin ]; # syncthing ];
home.packages = with pkgs; [ iosevka-bin ];
programs.alacritty = {
enable = true;