6 lines
101 B
Nix
6 lines
101 B
Nix
_: {
|
|
imports = [
|
|
./i3.nix
|
|
];
|
|
home.file.".config/i3(config)".source = ./config;
|
|
}
|