improve portal setup, start configuring waybar and some other stuff
This commit is contained in:
parent
b367fb8472
commit
146aec7b82
2 changed files with 49 additions and 3 deletions
34
home.nix
34
home.nix
|
@ -384,6 +384,37 @@
|
|||
};
|
||||
swaylock.enable = true;
|
||||
waybar = {
|
||||
enable = true;
|
||||
systemd.enable = true;
|
||||
settings = {
|
||||
mainBar = {
|
||||
layer = "top";
|
||||
position = "top";
|
||||
height = 36;
|
||||
spacing = 3;
|
||||
output = [ "DP-1" ];
|
||||
modules-left = [
|
||||
"sway/workspaces"
|
||||
"sway/mode"
|
||||
"sway/scratchpad"
|
||||
"sway/window"
|
||||
"custom/media"
|
||||
];
|
||||
modules-center = [
|
||||
"clock"
|
||||
"idle_inhibitor"
|
||||
];
|
||||
modules-right = [
|
||||
"pulseaudio"
|
||||
"backlight"
|
||||
"network"
|
||||
"tray"
|
||||
"custom/notification"
|
||||
"custom/power"
|
||||
];
|
||||
};
|
||||
};
|
||||
};
|
||||
zoxide = {
|
||||
enable = true;
|
||||
};
|
||||
|
@ -434,6 +465,9 @@
|
|||
}
|
||||
];
|
||||
};
|
||||
swayosd = {
|
||||
enable = true;
|
||||
};
|
||||
syncthing = {
|
||||
enable = true;
|
||||
# dataDir = "/home/muhh/Sync";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue