BIG RESTRUCT
This commit is contained in:
12
home/modules/hypr/default.nix
Normal file
12
home/modules/hypr/default.nix
Normal file
@@ -0,0 +1,12 @@
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
wayland.windowManager.hyprland = {
|
||||
enable = true;
|
||||
package = pkgs.hyprland;
|
||||
xwayland.enable = true;
|
||||
extraConfig = ''
|
||||
${builtins.readFile ./hyprland.conf}
|
||||
'';
|
||||
systemd.enable = true;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user