Split up xmonad config into sep file!

This commit is contained in:
Emmet 2023-05-06 12:55:15 -05:00
parent 772a7cc7bb
commit b2c513c01b
4 changed files with 1784 additions and 0 deletions

View file

@ -0,0 +1,3 @@
{ config, pkgs, ... }:
{ home.file.".config/xmonad/xmonad.hs".source = ./xmonad.hs; }