Added aliases

This commit is contained in:
Alexandre1a 2026-01-08 08:45:07 +01:00
parent b86a1fff98
commit a73bf51962
No known key found for this signature in database
GPG Key ID: CE01C28FBC5EEF10

View File

@ -25,46 +25,52 @@
# Common Packages # Common Packages
home.packages = with pkgs; [ home = {
# CLI packages = with pkgs; [
btop # CLI
hello btop
fastfetch hello
yt-dlp fastfetch
syncthing # ToDo: configure it ig yt-dlp
cmatrix syncthing # ToDo: configure it ig
spicetify-cli cmatrix
# Dev CLI spicetify-cli
doxygen # Dev CLI
autoconf doxygen
pkg-config autoconf
swig pkg-config
pandoc swig
gh pandoc
gh
# GUI apps # GUI apps
vscode vscode
vesktop vesktop
obsidian obsidian
bitwarden-desktop bitwarden-desktop
kitty # Terminal emulator but needs a GUI kitty # Terminal emulator but needs a GUI
# Go # Go
go # The main compiler go # The main compiler
hugo hugo
# JavaScript # JavaScript
nodejs # The main interpreter nodejs # The main interpreter
pnpm # To replace npm pnpm # To replace npm
nodejs_22 nodejs_22
# C/C++ # C/C++
clang-tools # The main compiler clang-tools # The main compiler
cmake cmake
vcpkg # The package manager vcpkg # The package manager
# Python # Python
python312 # The main interpreter python312 # The main interpreter
#pip # The package manager #pip # The package manager
]; ];
shellAliases = {
drs = "darwin-rebuild switch --flake ~/Developer/nix/NixOSDots#macOS";
nrb = "nixos-rebuild switch --flake ~/Developer/NixOSDots#nixos";
};
};
} }