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
];
}

View File

@@ -34,7 +34,7 @@
# ${pkgs.spotify-player}/bin/spotify_player generate fish | source
interactiveShellInit = ''
${pkgs.pfetch-rs}/bin/pfetch
${pkgs.nb}/bin/nb t
${pkgs.nb}/bin/nb todo undone
${lib.optionalString (device.isLinux && !device.isNix) "source /etc/profile.d/nix-daemon.fish"}
${lib.optionalString (device.isNix && device.hasGui)
''