Compare commits
2 commits
d4dffea6ff
...
b7525b1732
Author | SHA1 | Date | |
---|---|---|---|
Tigor Hutasuhut | b7525b1732 | ||
Tigor Hutasuhut | fcb5ce0b3b |
|
@ -87,7 +87,6 @@ in
|
|||
"$mod, B, exec, microsoft-edge"
|
||||
"$mod, D, exec, rofi -show drun -replace -i"
|
||||
"$mod, BackSpace, exec, wlogout"
|
||||
"$mod, S, exec, pypr toggle term"
|
||||
''$mod, F, exec, ${select-window.path}''
|
||||
"$mod, W, exec, pypr wall next"
|
||||
|
||||
|
|
|
@ -4,6 +4,10 @@ let
|
|||
in
|
||||
{
|
||||
config = lib.mkIf cfg.enable {
|
||||
wayland.windowManager.hyprland.settings.bind = [
|
||||
"$mod, S, exec, wezterm ssh homeserver@vpn.tigor.web.id"
|
||||
];
|
||||
|
||||
programs.wezterm = {
|
||||
enable = true;
|
||||
enableZshIntegration = true;
|
||||
|
|
|
@ -107,6 +107,14 @@ in
|
|||
"work-laptop"
|
||||
];
|
||||
};
|
||||
"/nas/Syncthing/Sync/Memes" = {
|
||||
label = "Memes";
|
||||
id = "Memes";
|
||||
devices = [
|
||||
"s20fe"
|
||||
"work-laptop"
|
||||
];
|
||||
};
|
||||
"/nas/EmuDeck" = {
|
||||
label = "EmuDeck";
|
||||
id = "EmuDeck";
|
||||
|
|
Loading…
Reference in a new issue