Removed hyprland

This commit is contained in:
2024-09-03 11:06:26 -03:00
parent d5988b0c13
commit efec5879d0
354 changed files with 63 additions and 23092 deletions

View File

@@ -1,36 +0,0 @@
{pkgs, ...}: {
# Enable Display Manager
services.greetd = {
enable = true;
settings = {
default_session = {
command = "${pkgs.greetd.tuigreet}/bin/tuigreet --time --time-format '%I:%M %p | %a %h | %F' --cmd Hyprland";
user = "greeter";
};
};
};
environment.systemPackages = with pkgs; [
greetd.tuigreet
];
programs.hyprland = {
enable = true;
xwayland.enable = true;
portalPackage = pkgs.xdg-desktop-portal-hyprland;
};
environment.variables = {
NIXOS_OZONE_WL = "1";
};
services.dbus.enable = true;
xdg.portal = {
enable = true;
wlr.enable = true;
extraPortals = [
pkgs.xdg-desktop-portal-gtk
pkgs.xdg-desktop-portal-hyprland
];
};
}