wayber: Remove swap file

This commit is contained in:
PapaTutuWawa 2021-10-22 22:26:08 +02:00
parent c82e013a30
commit 8b0c4cb43d

View File

@ -1,23 +0,0 @@
{ ... }:
{
home-manager.users."${config.system.singleUser}".programs.waybar = {
enable = true;
settings = [
{
layer = "top";
position = "top";
modules-left = [ "sway/workspaces" "sway/mode" ];
modules-right = [ "pulseaudio" "clock" ];
modules = {
"sway/workspaces" = {
disable-scroll = true;
all-outputs=
};
};
}
];
};
}