Add plasma's sdk to the dev shell
This commit is contained in:
parent
62bc8f9bee
commit
d6705e5a97
1 changed files with 3 additions and 2 deletions
|
|
@ -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)> "
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue