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,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";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user