kaas
This commit is contained in:
parent
35d89db2f4
commit
0d7d4d3a76
2 changed files with 6 additions and 6 deletions
|
@ -99,6 +99,11 @@ in
|
||||||
hiding = "none";
|
hiding = "none";
|
||||||
screen = "all";
|
screen = "all";
|
||||||
widgets = [
|
widgets = [
|
||||||
|
{
|
||||||
|
panelSpacer = {
|
||||||
|
expanding = true;
|
||||||
|
};
|
||||||
|
}
|
||||||
{
|
{
|
||||||
kickoff = {
|
kickoff = {
|
||||||
applicationsDisplayMode = "list";
|
applicationsDisplayMode = "list";
|
||||||
|
@ -121,11 +126,6 @@ in
|
||||||
compactView = false;
|
compactView = false;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
{
|
|
||||||
panelSpacer = {
|
|
||||||
expanding = true;
|
|
||||||
};
|
|
||||||
}
|
|
||||||
{
|
{
|
||||||
iconTasks = {
|
iconTasks = {
|
||||||
appearance = {
|
appearance = {
|
||||||
|
|
|
@ -14,7 +14,7 @@ in
|
||||||
|
|
||||||
home-manager.users.${user} = {
|
home-manager.users.${user} = {
|
||||||
home.packages = attrValues {
|
home.packages = attrValues {
|
||||||
inherit (pkgs) git act dura lazygit;
|
inherit (pkgs) act dura lazygit;
|
||||||
inherit (pkgs.gitAndTools) gh git-open git-crypt;
|
inherit (pkgs.gitAndTools) gh git-open git-crypt;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue