Installed startship, themed kitty, moved some configs to shell.nix, stylix for theming

This commit is contained in:
2024-12-28 00:25:51 +01:00
parent f087509250
commit 0808c2b3b8
9 changed files with 378 additions and 18 deletions

7
terminal/default.nix Normal file
View File

@ -0,0 +1,7 @@
{ ... }:
{
imports = [
./shell.nix
];
}