From 0602ac82236f45b05e428d5906303b61ff3303b9 Mon Sep 17 00:00:00 2001 From: xbazzi Date: Fri, 31 Jan 2025 21:46:01 -0700 Subject: [PATCH] add correct flakepath to zsh.nix --- home/zsh.nix | 3 ++- system/packages.nix | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/home/zsh.nix b/home/zsh.nix index 756960d..cd653e7 100755 --- a/home/zsh.nix +++ b/home/zsh.nix @@ -17,7 +17,7 @@ shellAliases = let - flakePath = "~/nix"; + flakePath = "~/nixos-config"; in { ll = "ls -l"; @@ -29,6 +29,7 @@ config = "nvim ~/nix/configuration.nix"; homecfg = "nvim ~/nix/home.nix"; }; + # plugins = [ # #{ # # name = "powerlevel10k"; diff --git a/system/packages.nix b/system/packages.nix index d18d37e..b94322a 100755 --- a/system/packages.nix +++ b/system/packages.nix @@ -12,7 +12,7 @@ git fastfetch wget - discord-canary + discord cudaPackages_12.cudatoolkit python3 gimp