Merge kde-stuff into main #6

Merged
Toast merged 20 commits from kde-stuff into main 2023-08-13 14:22:15 +02:00
Showing only changes of commit d6705e5a97 - Show all commits

View file

@ -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)> "