mirror of
https://github.com/tuxdotrs/nix-config.git
synced 2026-09-19 16:49:04 +05:30
feat: enable hyprland module
This commit is contained in:
@@ -3,15 +3,15 @@
|
|||||||
{ config, pkgs, ... }:
|
{ config, pkgs, ... }:
|
||||||
{
|
{
|
||||||
# TODO: Hyprland 0.55 switched to Lua-based configuration.
|
# TODO: Hyprland 0.55 switched to Lua-based configuration.
|
||||||
# Until the Home Manager module is updated, we symlink our config instead.
|
# HM module is updated but I'm too lazy at this point so we symlink our config instead.
|
||||||
|
wayland.windowManager.hyprland = {
|
||||||
# wayland.windowManager.hyprland = {
|
enable = true;
|
||||||
# enable = true;
|
package = null;
|
||||||
# package = null;
|
portalPackage = null;
|
||||||
# portalPackage = null;
|
xwayland.enable = true;
|
||||||
# xwayland.enable = true;
|
configType = "hyprlang";
|
||||||
# systemd.variables = [ "--all" ];
|
systemd.variables = [ "--all" ];
|
||||||
# };
|
};
|
||||||
|
|
||||||
home.file = {
|
home.file = {
|
||||||
".config/hypr/config".source =
|
".config/hypr/config".source =
|
||||||
|
|||||||
Reference in New Issue
Block a user