fixing some typos

This commit is contained in:
Seaswimmer 2024-12-02 16:01:42 -05:00
parent a85564c0ec
commit 5c8bdec1cb
Signed by: cswimr
GPG key ID: 0EC431A8DA8F8087

View file

@ -1,5 +1,4 @@
{
imports = [ <plasma-manager/modules> ];
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 = [ ];
};