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
|
||||
'';
|
||||
config = {
|
||||
bars = [ { command = "${pkgs.waybar}/bin/waybar"; } ];
|
||||
modifier = "Mod4";
|
||||
#: Keybindings {{{
|
||||
keybindings =
|
||||
|
|
|
@ -21,11 +21,11 @@ mkIf config.programs.ssh.enable {
|
|||
user = "root";
|
||||
port = 56528;
|
||||
};
|
||||
shan = {
|
||||
hostname = "192.168.178.27";
|
||||
user = "root";
|
||||
port = 22;
|
||||
};
|
||||
#shan = {
|
||||
#hostname = "192.168.178.27";
|
||||
#user = "root";
|
||||
#port = 22;
|
||||
#};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue