feat: Aerospace stuff
This commit is contained in:
@@ -22,5 +22,6 @@ lib.optionalAttrs device.hasGui {
|
||||
./kicad.nix
|
||||
./chromium.nix
|
||||
./thunderbird.nix
|
||||
./neovide.nix
|
||||
];
|
||||
}
|
||||
|
||||
9
home/apps/neovide.nix
Normal file
9
home/apps/neovide.nix
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
pkgs,
|
||||
lib,
|
||||
...
|
||||
}: {
|
||||
home.packages = [
|
||||
pkgs.neovide
|
||||
];
|
||||
}
|
||||
@@ -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)
|
||||
''
|
||||
|
||||
Reference in New Issue
Block a user