Signed-off-by: Christoph Schmatzler <christoph@schmatzler.com>
This commit is contained in:
2025-08-23 16:05:11 +00:00
parent 14924e7b7b
commit acd58a2f53
5 changed files with 39 additions and 41 deletions

View File

@@ -27,6 +27,4 @@
TrackpadThreeFingerDrag = true;
};
};
}

View File

@@ -4,4 +4,3 @@
nix-direnv.enable = true;
};
}

View File

@@ -1,7 +1,4 @@
{
pkgs,
...
}: {
{pkgs, ...}: {
imports = [
./zellij.nix
];