Added picom config to setup

This commit is contained in:
Emmet 2023-05-14 20:39:34 -05:00
parent 8d9faf609e
commit 8f505cff9c
5 changed files with 547 additions and 21 deletions

View file

@ -1,6 +1,9 @@
{ config, pkgs, ... }:
{
imports = [ ../picom/picom.nix ];
home.file.".config/xmonad/xmonad.hs".source = ./xmonad.hs;
home.file.".config/xmobar/base-xmobarrc".source = ./base-xmobarrc;
home.file.".config/xmonad/startup.sh".source = ./startup.sh;