update polybar config, set alacritty size for 2k screen add steam and heroic games launcher
This commit is contained in:
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