dotfiles/.config/nix/home/amethyst.nix
2023-12-15 08:39:12 +01:00

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
'';
}