diff --git a/modules/home/desktop/plasma.nix b/modules/home/desktop/plasma.nix index 0f5b3ef..028afc6 100644 --- a/modules/home/desktop/plasma.nix +++ b/modules/home/desktop/plasma.nix @@ -99,6 +99,11 @@ in hiding = "none"; screen = "all"; widgets = [ + { + panelSpacer = { + expanding = true; + }; + } { kickoff = { applicationsDisplayMode = "list"; @@ -121,11 +126,6 @@ in compactView = false; }; } - { - panelSpacer = { - expanding = true; - }; - } { iconTasks = { appearance = { diff --git a/modules/home/shell/toolset/git.nix b/modules/home/shell/toolset/git.nix index 3706459..6134bd8 100644 --- a/modules/home/shell/toolset/git.nix +++ b/modules/home/shell/toolset/git.nix @@ -14,7 +14,7 @@ in home-manager.users.${user} = { home.packages = attrValues { - inherit (pkgs) git act dura lazygit; + inherit (pkgs) act dura lazygit; inherit (pkgs.gitAndTools) gh git-open git-crypt; };