8 lines
84 B
Nix
8 lines
84 B
Nix
{
|
|
pkgs,
|
|
config,
|
|
...
|
|
}: {
|
|
home.file.".config/i3/config".source = ./config;
|
|
}
|