More worf-config

This commit is contained in:
2023-07-26 15:22:24 +02:00
parent fc2f95035d
commit 4f57fa36e3
3 changed files with 64 additions and 3 deletions

View File

@@ -7,9 +7,11 @@
home.packages = with pkgs; [
iterm2
#element-desktop
discord
exa
iterm2
neovim
vscode
];
programs = {
@@ -21,7 +23,7 @@
};
};
# symlinks don't work with finder + spotlight, copy them instead
# Copy Applications to ~/Applications to allow them to be launched from Spotlight
disabledModules = [ "targets/darwin/linkapps.nix" ];
home.activation = lib.mkIf pkgs.stdenv.isDarwin {
copyApplications =