waybar changes

This commit is contained in:
cnst
2024-07-06 09:27:14 +02:00
parent 1e54acc89f
commit 7feac00165
4 changed files with 39 additions and 25 deletions

View File

@@ -7,14 +7,42 @@
imports = [
../../extra/mako
./rofi.nix
./waybar.nix
];
home.packages = with pkgs; [
# APPLICATIONS
ranger
xfce.thunar
# UTILITY
xfce.thunar-volman
xfce.thunar-archive-plugin
gnome.file-roller
grimblast
slurp
hyprpicker
pamixer
pavucontrol
fastfetch
nwg-look
thefuck
wl-clipboard
swaybg
tofi
gnome.gnome-calculator
gnome.adwaita-icon-theme
oculante
qt5.qtwayland
qt6.qtwayland
# NETWORK
wireguard-tools
networkmanagerapplet
wpa_supplicant
# SYSTEM
btop
htop
];
}

6
home/core/gui/waybar.nix Normal file
View File

@@ -0,0 +1,6 @@
{pkgs, ...}: {
programs.waybar = {
enable = true;
package = pkgs.waybar;
};
}