feat: Aerospace stuff

This commit is contained in:
uttarayan21
2025-04-17 01:57:25 +05:30
parent 49f70c8e18
commit a6c07f9cef
5 changed files with 98 additions and 3 deletions

View File

@@ -22,5 +22,6 @@ lib.optionalAttrs device.hasGui {
./kicad.nix
./chromium.nix
./thunderbird.nix
./neovide.nix
];
}

9
home/apps/neovide.nix Normal file
View File

@@ -0,0 +1,9 @@
{
pkgs,
lib,
...
}: {
home.packages = [
pkgs.neovide
];
}