9 lines
186 B
Nix
9 lines
186 B
Nix
{ ... }:
|
|
{
|
|
xdg.configFile."amethyst/amethyst.yml".text = ''
|
|
window-margins: true
|
|
window-margin-size: 10
|
|
mouse-swaps-windows: true
|
|
mouse-resizes-windows: true
|
|
'';
|
|
}
|