This commit is contained in:
2025-09-22 21:01:35 +02:00
parent ac55a76caf
commit bdb2c85df3
3 changed files with 33 additions and 27 deletions

View File

@@ -7,6 +7,7 @@
in {
imports = [
./ghostty.nix
./jankyborders.nix
];
home = {

View File

@@ -0,0 +1,5 @@
{
services.jankyborders = {
enable = true;
};
}