katana and stylix

This commit is contained in:
sadan 2024-11-22 00:08:00 -05:00
parent 59ee516926
commit 9e2feb16a9
No known key found for this signature in database
11 changed files with 278 additions and 143 deletions

View file

@ -0,0 +1,9 @@
{ pkgs, ... }:
{
imports = [
./overlays.nix
];
home.packages = with pkgs; [
vscode-insider
];
}