add correct flakepath to zsh.nix
This commit is contained in:
parent
20623932bc
commit
0602ac8223
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
shellAliases =
|
shellAliases =
|
||||||
let
|
let
|
||||||
flakePath = "~/nix";
|
flakePath = "~/nixos-config";
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
ll = "ls -l";
|
ll = "ls -l";
|
||||||
@ -29,6 +29,7 @@
|
|||||||
config = "nvim ~/nix/configuration.nix";
|
config = "nvim ~/nix/configuration.nix";
|
||||||
homecfg = "nvim ~/nix/home.nix";
|
homecfg = "nvim ~/nix/home.nix";
|
||||||
};
|
};
|
||||||
|
|
||||||
# plugins = [
|
# plugins = [
|
||||||
# #{
|
# #{
|
||||||
# # name = "powerlevel10k";
|
# # name = "powerlevel10k";
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
git
|
git
|
||||||
fastfetch
|
fastfetch
|
||||||
wget
|
wget
|
||||||
discord-canary
|
discord
|
||||||
cudaPackages_12.cudatoolkit
|
cudaPackages_12.cudatoolkit
|
||||||
python3
|
python3
|
||||||
gimp
|
gimp
|
||||||
|
Loading…
x
Reference in New Issue
Block a user