7 lines
112 B
Nix
7 lines
112 B
Nix
{ pkgs, ... }: {
|
|
home = {
|
|
file = {
|
|
".config/sway".source = ../sway;
|
|
};
|
|
};
|
|
}
|