Reimplement home manager files
This commit is contained in:
parent
5f8cbf469b
commit
d333524003
11 changed files with 101 additions and 60 deletions
9
.config/nix/home/amethyst.nix
Normal file
9
.config/nix/home/amethyst.nix
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{ ... }:
|
||||
{
|
||||
xdg.configFile."amethyst/amethyst.yml".text = ''
|
||||
window-margins: true
|
||||
window-margin-size: 10
|
||||
mouse-swaps-windows: true
|
||||
mouse-resizes-windows: true
|
||||
'';
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue