Compare commits

..

2 commits

3 changed files with 12 additions and 1 deletions

View file

@ -87,7 +87,6 @@ in
"$mod, B, exec, microsoft-edge" "$mod, B, exec, microsoft-edge"
"$mod, D, exec, rofi -show drun -replace -i" "$mod, D, exec, rofi -show drun -replace -i"
"$mod, BackSpace, exec, wlogout" "$mod, BackSpace, exec, wlogout"
"$mod, S, exec, pypr toggle term"
''$mod, F, exec, ${select-window.path}'' ''$mod, F, exec, ${select-window.path}''
"$mod, W, exec, pypr wall next" "$mod, W, exec, pypr wall next"

View file

@ -4,6 +4,10 @@ let
in in
{ {
config = lib.mkIf cfg.enable { config = lib.mkIf cfg.enable {
wayland.windowManager.hyprland.settings.bind = [
"$mod, S, exec, wezterm ssh homeserver@vpn.tigor.web.id"
];
programs.wezterm = { programs.wezterm = {
enable = true; enable = true;
enableZshIntegration = true; enableZshIntegration = true;

View file

@ -107,6 +107,14 @@ in
"work-laptop" "work-laptop"
]; ];
}; };
"/nas/Syncthing/Sync/Memes" = {
label = "Memes";
id = "Memes";
devices = [
"s20fe"
"work-laptop"
];
};
"/nas/EmuDeck" = { "/nas/EmuDeck" = {
label = "EmuDeck"; label = "EmuDeck";
id = "EmuDeck"; id = "EmuDeck";