add hyprland init
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
{ pkgs, ... }: {
|
||||
programs.hyprland.enable = true;
|
||||
{ inputs, pkgs, ... }: {
|
||||
programs.hyprland = {
|
||||
enable = true;
|
||||
};
|
||||
|
||||
services.xserver = {
|
||||
enable = true;
|
||||
|
||||
Reference in New Issue
Block a user