mirror of
https://github.com/Alexandre1a/NixOSDots.git
synced 2026-03-10 00:09:46 +01:00
Added aliases
This commit is contained in:
parent
b86a1fff98
commit
a73bf51962
@ -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";
|
||||||
|
};
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user