nix-dotfiles/home/programs/xmonad/default.nix

5 lines
77 B
Nix

{ pkgs, ... }:
{
xdg.configFile."xmonad/xmonad.hs".source = ./xmonad.hs;
}