.dotfiles/nix/linux.nix

7 lines
112 B
Nix

{ pkgs, ... }: {
home = {
file = {
".config/sway".source = ../sway;
};
};
}