feat: switch to blueberry for cleaner UI

This commit is contained in:
matt1432 2023-07-02 21:03:44 -04:00
parent 633bec1b71
commit b8120a6fef
8 changed files with 126 additions and 6 deletions
nixos/home

View file

@ -1,11 +1,20 @@
{ pkgs, ... }:
{
home.shellAliases = {
rg = "rga";
};
programs = {
btop = {
enable = true;
};
ripgrep = {
enable = true;
package = pkgs.ripgrep-all;
};
waybar = {
enable = true;
# https://discourse.nixos.org/t/how-to-use-waybar-hyprland/27638/6
@ -61,6 +70,8 @@
'')
swayosd
blueberry
libayatana-appindicator
qt5.qtwayland
qt6.qtwayland
httrack