diff --git a/home-manager/hyprland.nix b/home-manager/hyprland.nix index dc301ee..08d9e59 100644 --- a/home-manager/hyprland.nix +++ b/home-manager/hyprland.nix @@ -16,6 +16,8 @@ ]; workspace = [ "name:comms, monitor:desc:Lenovo Group Limited LEN G24-10 U5B4KL78, default:true" + "name:bg_noise, monitor:desc:Lenovo Group Limited LEN G24-10 U5B4ZAM2, default:true" + "name:main, monitor:eDP-2, default:true" ]; # Define SUPER key as mod key @@ -44,6 +46,10 @@ "[workspace name:comms silent; move -100%,-100%] signal-desktop --enable-features=UseOzonePlatform --ozone-platform=wayland" "[workspace name:comms silent; move 100%,100%] floorp https://web.whatsapp.com https://instagram.com" "[workspace name:comms silent; move 100%,-100%] vesktop --enable-features=UseOzonePlatform --ozone-platform=wayland" + + "[workspace name:bg_noise] floorp https://www.youtube.com/playlist?list=WL" + + "[workspace name:main] alacritty" ]; # Declare all keybinds diff --git a/home-manager/zellij.nix b/home-manager/zellij.nix index 300d10b..8130c6a 100644 --- a/home-manager/zellij.nix +++ b/home-manager/zellij.nix @@ -1,8 +1,8 @@ {...}: { - zellij = { + programs.zellij = { enable = true; enableZshIntegration = true; exitShellOnExit = true; attachExistingSession = true; - } + }; }