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.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/users/seth/desktop/plasma.nix b/users/seth/desktop/plasma.nix
index 97e427f..dea84c2 100644
--- a/users/seth/desktop/plasma.nix
+++ b/users/seth/desktop/plasma.nix
@@ -1,3 +1,3 @@
-{pkgs, ...}: {
- home.packages = with pkgs; [catppuccin-kde];
+{ pkgs, ... }: {
+ home.packages = with pkgs; [ catppuccin-kde ];
}