Added Plasma Configuration to home-manager

This commit is contained in:
KoenDR06 2024-05-22 22:21:53 +02:00
parent cfa8b0bfbd
commit 3e02c0a1d0
4 changed files with 392 additions and 16 deletions

View file

@ -6,7 +6,7 @@
pkgs,
...
}: {
imports = [];
imports = [./plasma.nix];
nixpkgs = {
overlays = [