update polybar config, set alacritty size for 2k screen add steam and heroic games launcher
This commit is contained in:
8
homes/laptop/dotfiles/config/alacritty/alacritty.toml
Normal file
8
homes/laptop/dotfiles/config/alacritty/alacritty.toml
Normal file
@ -0,0 +1,8 @@
|
||||
[window]
|
||||
opacity = 0.90
|
||||
|
||||
[env]
|
||||
XTERM = "xterm-256color"
|
||||
|
||||
[font]
|
||||
size = 8
|
9
homes/laptop/laptop.nix
Normal file
9
homes/laptop/laptop.nix
Normal file
@ -0,0 +1,9 @@
|
||||
{ config, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
home.packages = with pkgs;[ heroic ];
|
||||
services.picom.package = pkgs.picom-pijulius;
|
||||
home.file = {
|
||||
".config/alacritty".source = dotfiles/config/alacritty;
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user