Compare commits
No commits in common. "b7525b173265815fffeeda9bbfef61688da372b0" and "d4dffea6ff395a29c234b3d66c3260f48b063bbf" have entirely different histories.
b7525b1732
...
d4dffea6ff
|
@ -87,6 +87,7 @@ 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,10 +4,6 @@ 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,14 +107,6 @@ 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