bunch of stuff with hyprland config, still not great

This commit is contained in:
RingOfStorms (Joshua Bell) 2025-08-23 12:36:38 -05:00
parent 1d051e2b38
commit e51fb08bfc
11 changed files with 632 additions and 217 deletions

View file

@ -60,11 +60,25 @@ with lib;
environment.systemPackages = with pkgs; [
wl-clipboard
wl-clip-persist
wofi
nemo
feh
wofi # application launcher
nemo # file manager
feh # image viewer
networkmanager # network management
upower # power management
brightnessctl # screen/keyboard brightness control
wireplumber # media session manager
libgtop # system monitor library
bluez # Bluetooth support
bluez-tools # Bluetooth tools
blueman # Bluetooth manager
power-profiles-daemon # power profiles
grimblast # screenshot tool
wf-recorder # screen recording tool
btop # system monitor
];
services.blueman.enable = config.hardware.bluetooth.enable;
programs.hyprland = {
enable = true;
xwayland.enable = true;