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

5 lines
73 B
Nix

{ pkgs, ... }:
{
home.file.".xmonad/xmonad.hs".source = ./xmonad.hs;
}