This commit is contained in:
Chris Kruining 2025-03-28 22:26:56 +01:00
parent 35d89db2f4
commit 0d7d4d3a76
Signed by: chris
SSH key fingerprint: SHA256:nG82MUfuVdRVyCKKWqhY+pCrbz9nbX6uzUns4RKa1Pg
2 changed files with 6 additions and 6 deletions

View file

@ -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 = {

View file

@ -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;
};