Add plasma's sdk to the dev shell

This commit is contained in:
Toast 2023-06-21 17:08:22 +02:00
parent 62bc8f9bee
commit d6705e5a97

View file

@ -24,9 +24,10 @@ outputs = {nixpkgs, agenix, home-manager, nixpkgs-unstable, nix-impermanence, ..
name = "Environment for toast's nixos configurations"; name = "Environment for toast's nixos configurations";
# The agenix cli is not needed to activate a configuration, so instead of installing it # 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. # 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 agenix.packages.x86_64-linux.default
nixpkgs.legacyPackages.x86_64-linux.git git
plasma5Packages.plasma-sdk
]; ];
shellHook ='' shellHook =''
export PS1="$PS1(toast-configs)> " export PS1="$PS1(toast-configs)> "