update polybar config, set alacritty size for 2k screen add steam and heroic games launcher

This commit is contained in:
2024-10-17 15:56:23 +02:00
parent 20f87b132b
commit af79ebb579
11 changed files with 77 additions and 21 deletions

View File

@ -0,0 +1,8 @@
[window]
opacity = 0.90
[env]
XTERM = "xterm-256color"
[font]
size = 8

9
homes/laptop/laptop.nix Normal file
View 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;
};
}