diff --git a/flake.nix b/flake.nix index 8c8c19f..60407d9 100755 --- a/flake.nix +++ b/flake.nix @@ -24,9 +24,10 @@ outputs = {nixpkgs, agenix, home-manager, nixpkgs-unstable, nix-impermanence, .. name = "Environment for toast's nixos configurations"; # The agenix cli is not needed to activate a configuration, so instead of installing it # I'll just add it to de devShell, since that's the only real time I'm going to use it. - packages = [ + packages = with nixpkgs.legacyPackages.x86_64-linux; [ agenix.packages.x86_64-linux.default - nixpkgs.legacyPackages.x86_64-linux.git + git + plasma5Packages.plasma-sdk ]; shellHook ='' export PS1="$PS1(toast-configs)> "