updated alacritty config

This commit is contained in:
specCon18 2023-08-15 02:45:13 -04:00
parent 2cf51b1578
commit 29f24dabfc
4 changed files with 12 additions and 3 deletions

View file

@ -0,0 +1,8 @@
{ modulesPath, config, pkgs, lib, self, ... }:
{
environment.systemPackages = with pkgs; [
# powertop
# tlp
];
}