media and gaming

This commit is contained in:
Benjamin Palko 2024-07-15 20:54:39 -04:00
parent 7afe711932
commit a62a45f9f4
6 changed files with 25 additions and 19 deletions

View file

@ -2,7 +2,6 @@
{
programs.hyprland = {
enable = true;
#xwayland.enable = true;
};
programs.hyprlock.enable = true;
services.hypridle.enable = true;
@ -11,11 +10,20 @@
environment.systemPackages = with pkgs; [
hyprcursor
waybar
# Apps
rofi-wayland
# Notifications
swaynotificationcenter
inotify-tools
# Wallpaper
swww
pywal
# Emoji
emote
# Screenshots
grim
slurp
swappy
];
environment.sessionVariables.NIXOS_OZONE_WL = "1";