update configs!!!!!

This commit is contained in:
Benjamin Palko 2024-07-15 20:34:59 -04:00
parent ab286ed4a2
commit c4ddee1d29
11 changed files with 107 additions and 315 deletions

View file

@ -1,4 +1,4 @@
{ ... }:
{ pkgs, ... }:
{
programs.hyprland = {
enable = true;
@ -8,5 +8,15 @@
services.hypridle.enable = true;
programs.thunar.enable = true;
environment.systemPackages = with pkgs; [
hyprcursor
waybar
rofi-wayland
swaynotificationcenter
swww
pywal
emote
];
environment.sessionVariables.NIXOS_OZONE_WL = "1";
}