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
|
||||
home.packages = with pkgs; [
|
||||
# CLI
|
||||
btop
|
||||
hello
|
||||
fastfetch
|
||||
yt-dlp
|
||||
syncthing # ToDo: configure it ig
|
||||
cmatrix
|
||||
spicetify-cli
|
||||
# Dev CLI
|
||||
doxygen
|
||||
autoconf
|
||||
pkg-config
|
||||
swig
|
||||
pandoc
|
||||
gh
|
||||
home = {
|
||||
packages = with pkgs; [
|
||||
# CLI
|
||||
btop
|
||||
hello
|
||||
fastfetch
|
||||
yt-dlp
|
||||
syncthing # ToDo: configure it ig
|
||||
cmatrix
|
||||
spicetify-cli
|
||||
# Dev CLI
|
||||
doxygen
|
||||
autoconf
|
||||
pkg-config
|
||||
swig
|
||||
pandoc
|
||||
gh
|
||||
|
||||
# GUI apps
|
||||
vscode
|
||||
vesktop
|
||||
obsidian
|
||||
bitwarden-desktop
|
||||
kitty # Terminal emulator but needs a GUI
|
||||
# GUI apps
|
||||
vscode
|
||||
vesktop
|
||||
obsidian
|
||||
bitwarden-desktop
|
||||
kitty # Terminal emulator but needs a GUI
|
||||
|
||||
# Go
|
||||
go # The main compiler
|
||||
hugo
|
||||
# Go
|
||||
go # The main compiler
|
||||
hugo
|
||||
|
||||
# JavaScript
|
||||
nodejs # The main interpreter
|
||||
pnpm # To replace npm
|
||||
nodejs_22
|
||||
# JavaScript
|
||||
nodejs # The main interpreter
|
||||
pnpm # To replace npm
|
||||
nodejs_22
|
||||
|
||||
# C/C++
|
||||
clang-tools # The main compiler
|
||||
cmake
|
||||
vcpkg # The package manager
|
||||
# C/C++
|
||||
clang-tools # The main compiler
|
||||
cmake
|
||||
vcpkg # The package manager
|
||||
|
||||
# Python
|
||||
python312 # The main interpreter
|
||||
#pip # The package manager
|
||||
];
|
||||
# Python
|
||||
python312 # The main interpreter
|
||||
#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