feat(sway): remove waybar from start
This commit is contained in:
parent
ecfb8518f4
commit
e01fbe2983
2 changed files with 5 additions and 6 deletions
|
@ -46,7 +46,6 @@ lib.mkIf osConfig.programs.sway.enable {
|
||||||
workspace 1
|
workspace 1
|
||||||
'';
|
'';
|
||||||
config = {
|
config = {
|
||||||
bars = [ { command = "${pkgs.waybar}/bin/waybar"; } ];
|
|
||||||
modifier = "Mod4";
|
modifier = "Mod4";
|
||||||
#: Keybindings {{{
|
#: Keybindings {{{
|
||||||
keybindings =
|
keybindings =
|
||||||
|
|
|
@ -21,11 +21,11 @@ mkIf config.programs.ssh.enable {
|
||||||
user = "root";
|
user = "root";
|
||||||
port = 56528;
|
port = 56528;
|
||||||
};
|
};
|
||||||
shan = {
|
#shan = {
|
||||||
hostname = "192.168.178.27";
|
#hostname = "192.168.178.27";
|
||||||
user = "root";
|
#user = "root";
|
||||||
port = 22;
|
#port = 22;
|
||||||
};
|
#};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue