This commit is contained in:
Miguel Palhas
2025-01-23 11:33:07 +00:00
parent dd4120304f
commit 7badc1d419
4 changed files with 38 additions and 36 deletions
+28 -26
View File
@@ -13,32 +13,34 @@
overwrite.enable = true;
layout = {
"bar.layouts" = {
"1" = {
"left" = [
"dashboard"
"workspaces"
"windowtitle"
];
"middle" = [ "media" ];
"right" = [
"volume"
"network"
"bluetooth"
"systray"
"clock"
"notifications"
];
};
"0" = {
"left" = [ ];
"middle" = [ ];
"right" = [ ];
};
"2" = {
"left" = [ ];
"middle" = [ ];
"right" = [ ];
bar = {
layouts = {
"1" = {
"left" = [
"dashboard"
"workspaces"
"windowtitle"
];
"middle" = [ "media" ];
"right" = [
"volume"
"network"
"bluetooth"
"systray"
"clock"
"notifications"
];
};
"0" = {
"left" = [ ];
"middle" = [ ];
"right" = [ ];
};
"2" = {
"left" = [ ];
"middle" = [ ];
"right" = [ ];
};
};
};
};
+1
View File
@@ -6,6 +6,7 @@
mprocs
pkg-config
openssl
taplo
];
home.sessionPath = [ "\${CARGO_HOME:-~/.cargo}/bin" ];
-1
View File
@@ -2,6 +2,5 @@
{
services.syncthing = {
enable = true;
extraOptions = [ "--home=$HOME/sync" ];
};
}