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

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;
};
}