diff --git a/home.nix b/home.nix index a8e7175..bef4a00 100644 --- a/home.nix +++ b/home.nix @@ -34,7 +34,7 @@ "$mod" = "SUPER"; "$terminal" = "alacritty"; bind = [ - "$mod, S, exec, wofi --show drun --allow-images" + "$mod, S, exec, rofi -show drun -show-icons" "$mod, Q, exec, $terminal" "$mod, M, exit," "$mod, 1, workspace, 1" @@ -80,7 +80,7 @@ enable = true; settings = { default = { - path = "/etc/nixos/wallpapers/nix-black-4k.png"; + path = "./wallpapers/here-everblush.png"; apply-shadow = true; }; }; @@ -128,6 +128,10 @@ name = "home manager wiki"; url = "https://nix-community.github.io/home-manager"; } + { + name = "everblush theme repo"; + url = "https://github.com/Everblush/everblush"; + } ]; } ]; @@ -183,8 +187,10 @@ pride_month_disable = false; }; }; - wofi = { + rofi = { enable = true; + package = pkgs.rofi-wayland; + font = "CozetteVector"; }; lsd = { enable = true; @@ -193,7 +199,7 @@ enable = true; defaultEditor = true; settings = { - theme = "base16-terminal"; + theme = "everblush"; editor = { mouse = false; line-number = "relative"; diff --git a/wallpapers/here-everblush.png b/wallpapers/here-everblush.png new file mode 100644 index 0000000..077aa75 Binary files /dev/null and b/wallpapers/here-everblush.png differ