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,7 +25,8 @@
# Common Packages
home.packages = with pkgs; [
home = {
packages = with pkgs; [
# CLI
btop
hello
@ -67,4 +68,9 @@
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";
};
};
}