cleaned up drastically

This commit is contained in:
biscuit
2025-05-21 12:20:32 -05:00
parent cd734937c0
commit 30ecca57ba
24 changed files with 71 additions and 98 deletions
+13
View File
@@ -0,0 +1,13 @@
{pkgs, ...}: {
environment.systemPackages = with pkgs; [
wl-clipboard
];
programs.hyprland.enable = true;
hardware = {
graphics.enable = true;
};
services.xserver = {
# displayManager.sddm.wayland = true;
displayManager.gdm.enable = true;
};
}