Developer and virtual studio stuff

This commit is contained in:
Olaf
2025-05-27 16:38:00 +02:00
parent 77ac865b41
commit 911d98cd65
8 changed files with 134 additions and 5 deletions

View File

@ -3,10 +3,9 @@ _:
[
# Development Tools
"homebrew/cask/docker"
"visual-studio-code"
"iterm2"
"oracle-jdk"
"arduino-ide"
# Creatative tools
"spotify"
"blender"
@ -65,6 +64,7 @@ _:
"dbeaver-community"
"sqlitestudio"
"wireshark"
# Browsers
"google-chrome"
"firefox"

View File

@ -111,7 +111,7 @@ in
path = "/Applications/Jellyfin Media Player.app/";
options = "-l Jellyfin";
}
{ path = "/Applications/Visual Studio Code.app/"; }
{ path = "/run/current-system/Applications/Visual Studio Code.app/"; }
{ path = "/Applications/Home Assistant.app/"; }
{ path = "/Applications/reMarkable.app/"; }
{ path = "/Applications/LibreOffice.app/"; }
@ -119,6 +119,7 @@ in
{ path = "/Applications/Microsoft PowerPoint.app/"; }
{ path = "/Applications/Microsoft Teams.app/"; }
{ path = "/System/Applications/Utilities/Screen Sharing.app/"; }
{ path = "/run/current-system/Applications/Emacs.app/"; }
{
path = "/Applications/";
section = "others";

View File

@ -11,6 +11,7 @@ let
in
{
# Shared shell configuration
zsh = {
enable = true;
@ -48,6 +49,8 @@ in
export ALTERNATE_EDITOR="vim"
export EDITOR="emacs -nw"
export VISUAL="emacs"
# RMAPI remarkable
RMAPI_CONFIG=/Users/olaf/.config/rmapi
e() {
emacs -nw "$@"

View File

@ -23,6 +23,16 @@ with pkgs;
mtr
nixfmt-rfc-style
difftastic
# Development
autoconf
autoconf-archive
automake
ccache
cmake
nasm
ninja
pkg-config
llvm
# Encryption and security tools
age
@ -72,6 +82,36 @@ with pkgs;
rustc
cargo
# vscode see https://nixos.wiki/wiki/Visual_Studio_Code
(vscode-with-extensions.override {
vscodeExtensions =
with vscode-extensions;
[
#bbenoist.nix
jnoortheen.nix-ide
ms-python.python
ms-azuretools.vscode-docker
ms-vscode-remote.remote-ssh
ms-vscode.cpptools
eamodio.gitlens
]
++ pkgs.vscode-utils.extensionsFromVscodeMarketplace [
{
name = "remote-ssh-edit";
publisher = "ms-vscode-remote";
version = "0.47.2";
sha256 = "1hp6gjh4xp2m1xlm1jsdzxw9d8frkiidhph6nvl24d0h8z34w49g";
}
{
name = "platformio-ide";
publisher = "platformio";
version = "3.3.4";
sha256 = "sha256-QF5jdHKOjlxPaPD5OnzgzaQIWmmENVtsmocedpfkrPw=";
}
];
})
# Tex and LaTex
pandoc
mdbook