diff --git a/modules/home/core/browser.nix b/modules/home/core/browser.nix deleted file mode 100644 index 6cf4809..0000000 --- a/modules/home/core/browser.nix +++ /dev/null @@ -1,25 +0,0 @@ -{ pkgs, ... }: { - programs.chromium = { - enable = true; - package = pkgs.brave; - extensions = map (id: { inherit id; }) [ - "nngceckbapebfimnlniiiahkandclblb" # bitwarden - "kokhpbhfeokchmbimdlaldcmlinjpipm" # 2fauth - "gppongmhjkpfnbhagpmjfkannfbllamg" # wappalyzer - - "cejckpjfigehbeecbbfhangbknpidcnh" # timezone changer - "dmghijelimhndkbmpgbldicpogfkceaj" # dark mode - "cebifddlogbjhoibpjobhlamopmlpckl" # disable page visibility - "efknglbfhoddmmfabeihlemgekhhnabb" # json viewer - "bhchdcejhohfmigjafbampogmaanbfkg" # user agent switcher - - "ocabkmapohekeifbkoelpmppmfbcibna" # xoom redirector - "fkagelmloambgokoeokbpihmgpkbgbfm" # indie wiki buddy - "bggfcpfjbdkhfhfmkjpbhnkhnpjjeomc" # github material icons - "hfckonpdalooejghjpbpimhcgighijck" # chess move confirm - "babnnfmbjokkeieobamoifmeapbbfhje" # medium unlock - "mnjggcdmjocbbbhaepdhchncahnbgone" # sponsor block - "ekcgkejcjdcmonfpmnljobemcbpnkamh" # whatsapp web plus - ]; - }; -} \ No newline at end of file diff --git a/modules/home/desktop.nix b/modules/home/desktop.nix index 1a151d3..bad0b65 100644 --- a/modules/home/desktop.nix +++ b/modules/home/desktop.nix @@ -14,7 +14,6 @@ ./misc/phone.nix ./core/apps.nix ./core/code.nix - ./core/browser.nix ]; services = { diff --git a/modules/home/rice/compositor.nix b/modules/home/rice/compositor.nix index 7133dc9..786afbc 100644 --- a/modules/home/rice/compositor.nix +++ b/modules/home/rice/compositor.nix @@ -3,8 +3,6 @@ ./keybinds.nix ]; - catppuccin.hyprland.enable = false; # temp fix until i get things migrated to lua - wayland.windowManager.hyprland = { enable = true; package = pkgs.hyprland; # inputs.hl.packages."${pkgs.system}".hyprland; @@ -59,8 +57,8 @@ allow_tearing = false; layout = "dwindle"; - "col.active_border" = if rice.borders.colored then "$accent" else "rgb(108,112,134)"; # accent overlay0 - "col.inactive_border" = if rice.borders.colored then "rgb(147,153,178)" else "rgb(17,17,27)"; # overlay2 crust + "col.active_border" = if rice.borders.colored then "$accent" else "$overlay0"; + "col.inactive_border" = if rice.borders.colored then "$overlay2" else "$crust"; }; decoration = { @@ -73,8 +71,8 @@ enabled = true; range = 6; render_power = 3; - color_inactive = "rgba(17,17,27,99)"; # crust alpha 99 - color = "rgba(17,17,27,238)"; # crust alpha ee + color_inactive = "rgba($crustAlpha99)"; + color = "rgba($crustAlphaee)"; }; blur = { @@ -121,7 +119,7 @@ middle_click_paste = false; exit_window_retains_fullscreen = true; on_focus_under_fullscreen = 1; - background_color = "rgb(17, 17, 27)"; # crust + background_color = "$base"; }; input = {