Updated system, updated hyprland + added plugins

This commit is contained in:
Emmet 2024-05-10 20:53:22 -05:00
parent 2cd4662d06
commit b7f803e06a
4 changed files with 355 additions and 98 deletions

View file

@ -1,4 +1,4 @@
{ pkgs, ... }:
{ inputs, pkgs, ... }:
{
# Import wayland config
@ -23,6 +23,7 @@
programs = {
hyprland = {
enable = true;
package = inputs.hyprland.packages.${pkgs.system}.hyprland;
xwayland = {
enable = true;
};