Added hyprland
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{ config, pkgs, lib, ... }:
|
||||
{ config, pkgs, lib, inputs, ... }:
|
||||
|
||||
{
|
||||
# Bootloader.
|
||||
@@ -60,6 +60,13 @@
|
||||
|
||||
services.desktopManager.plasma6.enable = true;
|
||||
|
||||
# Hyprland
|
||||
programs.hyprland = {
|
||||
enable = true;
|
||||
package = inputs.hyprland.packages.${pkgs.stdenv.hostPlatform.system}.hyprland;
|
||||
portalPackage = inputs.hyprland.packages.${pkgs.stdenv.hostPlatform.system}.xdg-desktop-portal-hyprland;
|
||||
};
|
||||
|
||||
# Enable graphics acceleration and AMDVLK
|
||||
hardware.graphics = {
|
||||
enable = true;
|
||||
|
Reference in New Issue
Block a user