feat: switch to blueberry for cleaner UI
This commit is contained in:
parent
633bec1b71
commit
b8120a6fef
8 changed files with 126 additions and 6 deletions
nixos/home
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue