Locked base-xmobarrc and startup to nix

This commit is contained in:
Emmet 2023-05-09 16:13:32 -05:00
parent 37ac499b62
commit c6dc7aef60
3 changed files with 165 additions and 1 deletions

View file

@ -1,3 +1,7 @@
{ config, pkgs, ... }:
{ home.file.".config/xmonad/xmonad.hs".source = ./xmonad.hs; }
{
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;
}