13 lines
274 B
Nix
13 lines
274 B
Nix
{ ... }:
|
|
{
|
|
xdg.configFile."amethyst/amethyst.yml".text = ''
|
|
window-margins: true
|
|
window-margin-size: 10
|
|
mouse-swaps-windows: true
|
|
mouse-resizes-windows: true
|
|
floating: [
|
|
com.apple.iphonesimulator
|
|
com.apple.systempreferences
|
|
]
|
|
'';
|
|
}
|