From 1dc70d36e8e42a6613ff3ad5310df44374c03c91 Mon Sep 17 00:00:00 2001 From: zeapoz Date: Mon, 10 Jun 2024 21:54:34 +0200 Subject: [PATCH] chore: general update --- modules/desktop/applications/browsers.nix | 5 ----- modules/desktop/default.nix | 4 ++++ modules/desktop/hyprland/config.nix | 12 ++++++------ modules/desktop/hyprland/default.nix | 1 + modules/shell/default.nix | 1 + 5 files changed, 12 insertions(+), 11 deletions(-) diff --git a/modules/desktop/applications/browsers.nix b/modules/desktop/applications/browsers.nix index 0644a14..4a238d4 100644 --- a/modules/desktop/applications/browsers.nix +++ b/modules/desktop/applications/browsers.nix @@ -16,11 +16,6 @@ in { brave qutebrowser ]; - - programs.librewolf = { - enable = true; - package = pkgs.librewolf-wayland; - }; }; }; } diff --git a/modules/desktop/default.nix b/modules/desktop/default.nix index 5b594cd..3156eda 100644 --- a/modules/desktop/default.nix +++ b/modules/desktop/default.nix @@ -20,6 +20,7 @@ polkit_gnome pulseaudio signal-desktop + telegram-desktop slack xdg-utils ]; @@ -34,6 +35,9 @@ rink shell ]; + x = {fraction = 0.5;}; + y = {fraction = 0.3;}; + width = {fraction = 0.5;}; }; extraCss = '' .window { diff --git a/modules/desktop/hyprland/config.nix b/modules/desktop/hyprland/config.nix index 04ef081..74a4806 100644 --- a/modules/desktop/hyprland/config.nix +++ b/modules/desktop/hyprland/config.nix @@ -6,7 +6,7 @@ inherit (config.colorScheme) palette; terminalCmd = "wezterm --config-file $HOME/.config/NixOS/config/wezterm/wezterm.lua"; - browser = "qutebrowser"; + browser = "brave"; musicApp = "${browser} https://music.youtube.com"; layout = "master"; in { @@ -20,7 +20,7 @@ in { builtins.toString cursorCfg.size } - blurls=anyrun + # blurls=anyrun blurls=gtk-layer-shell ${ @@ -178,11 +178,11 @@ in { bind=SUPER,RETURN,exec,${terminalCmd} bind=SUPER,D,exec,anyrun bind=SUPER,X,exec,wlogout -p layer-shell - bind=SUPER,H,exec,neovide - bind=SUPERSHIFT,H,exec,codium --enable-features=UseOzonePlatform --ozone-platform=wayland + bind=SUPER,H,exec,code --enable-features=UseOzonePlatform --ozone-platform=wayland + bind=SUPERSHIFT,H,exec,neovide bind=SUPER,B,exec,${browser} - bind=SUPERSHIFT,B,exec,brave --enable-features=UseOzonePlatform --ozone-platform=wayland - bind=SUPER,P,exec,${terminalCmd} -e fish -c ranger + bind=SUPERSHIFT,B,exec,qutebrowser + bind=SUPER,P,exec,${terminalCmd} -e fish -c yazi bind=SUPER,S,exec,${musicApp} bind=SUPER,W,killactive, diff --git a/modules/desktop/hyprland/default.nix b/modules/desktop/hyprland/default.nix index 763f1ac..552ddcb 100644 --- a/modules/desktop/hyprland/default.nix +++ b/modules/desktop/hyprland/default.nix @@ -33,6 +33,7 @@ in { slurp swaybg wl-clipboard + xwaylandvideobridge ]; configFile = { diff --git a/modules/shell/default.nix b/modules/shell/default.nix index f63faff..5bcd195 100644 --- a/modules/shell/default.nix +++ b/modules/shell/default.nix @@ -32,6 +32,7 @@ in { jq jaq bc + yazi wget ];