updated alacritty config
This commit is contained in:
parent
2cf51b1578
commit
29f24dabfc
4 changed files with 12 additions and 3 deletions
|
|
@ -76,7 +76,7 @@
|
|||
|
||||
] #extra modules to load
|
||||
[
|
||||
hyprland.homeManagerModules.default
|
||||
# hyprland.homeManagerModules.default
|
||||
# ./modules/home-manager/hyprland.nix
|
||||
./modules/home-manager/helix.nix
|
||||
./modules/home-manager/alacritty.nix
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
{ modulesPath, config, pkgs, lib, self, ... }:
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
nerdfonts
|
||||
pkg-config
|
||||
ripgrep
|
||||
openssl
|
||||
|
|
|
|||
|
|
@ -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