summaryrefslogtreecommitdiff
path: root/users/seth/desktop/plasma.nix
diff options
context:
space:
mode:
Diffstat (limited to 'users/seth/desktop/plasma.nix')
-rw-r--r--users/seth/desktop/plasma.nix14
1 files changed, 2 insertions, 12 deletions
diff --git a/users/seth/desktop/plasma.nix b/users/seth/desktop/plasma.nix
index 760df60..97e427f 100644
--- a/users/seth/desktop/plasma.nix
+++ b/users/seth/desktop/plasma.nix
@@ -1,13 +1,3 @@
-{
- config,
- pkgs,
- ...
-}: let
- inherit (config.seth) desktop;
- homePackages =
- if desktop == "plasma"
- then with pkgs; [catppuccin-kde]
- else [];
-in {
- home.packages = homePackages;
+{pkgs, ...}: {
+ home.packages = with pkgs; [catppuccin-kde];
}