From 5c8bdec1cb9d69a99441a53592cf1507b735b58d Mon Sep 17 00:00:00 2001 From: cswimr Date: Mon, 2 Dec 2024 16:01:42 -0500 Subject: [PATCH] fixing some typos --- home-manager/plasma.nix | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/home-manager/plasma.nix b/home-manager/plasma.nix index ee2915a..3776b2e 100644 --- a/home-manager/plasma.nix +++ b/home-manager/plasma.nix @@ -1,5 +1,4 @@ { - imports = [ ]; programs.plasma = { enable = true; workspace = { @@ -34,7 +33,7 @@ panels = [{ location = "bottom"; screen = "all"; - wigets = [ + widgets = [ { kickoff = { sortAlphabetically = true; @@ -79,7 +78,7 @@ captureActiveWindow = [ ]; captureCurrentMonitor = [ ]; captureEntireDesktop = [ ]; - captureRetangularRegion = [ ]; + captureRectangularRegion = [ ]; captureWindowUnderCursor = [ ]; launch = [ ]; };