This commit is contained in:
Charlotte Van Petegem 2021-03-24 10:28:02 +01:00
parent 3b754a70fe
commit 809457c8f9
No known key found for this signature in database
GPG key ID: 019E764B7184435A
2 changed files with 34 additions and 34 deletions

View file

@ -34,8 +34,8 @@ in
terminal = "${pkgs.kitty}/bin/kitty";
};
extraConfig = ''
default_border pixel
'';
default_border pixel
'';
};
};
};