nixos-config/user/wm/xmonad/xmonad.nix
2023-05-09 16:13:32 -05:00

8 lines
221 B
Nix

{ config, pkgs, ... }:
{
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;
}