add hyprland init

This commit is contained in:
2023-08-05 14:06:29 +02:00
parent a020c863f9
commit 4a62dec178
10 changed files with 142 additions and 8 deletions

View File

@@ -1,5 +1,7 @@
{ pkgs, ... }: {
programs.hyprland.enable = true;
{ inputs, pkgs, ... }: {
programs.hyprland = {
enable = true;
};
services.xserver = {
enable = true;