updated alacritty config
This commit is contained in:
parent
2cf51b1578
commit
29f24dabfc
4 changed files with 12 additions and 3 deletions
|
|
@ -8,8 +8,8 @@
|
|||
columns = 120;
|
||||
lines = 25;
|
||||
};
|
||||
decorations = "full";
|
||||
opacity = 0.9;
|
||||
decorations = "none";
|
||||
opacity = 0.8;
|
||||
title = "Alacritty";
|
||||
};
|
||||
font = {
|
||||
|
|
|
|||
8
modules/system/power_management/packages.nix
Normal file
8
modules/system/power_management/packages.nix
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{ modulesPath, config, pkgs, lib, self, ... }:
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
# powertop
|
||||
# tlp
|
||||
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue