mirror of
https://github.com/tuxdotrs/nix-config.git
synced 2026-08-05 13:56:32 +05:30
feat(desktop): update hyprland configuration
This commit is contained in:
@@ -2,16 +2,17 @@
|
||||
flake.modules.homeManager.desktop =
|
||||
{ config, pkgs, ... }:
|
||||
{
|
||||
wayland.windowManager.hyprland = {
|
||||
enable = true;
|
||||
package = null;
|
||||
portalPackage = null;
|
||||
xwayland.enable = true;
|
||||
systemd.variables = [ "--all" ];
|
||||
};
|
||||
|
||||
# TODO: Hyprland 0.55 switched to Lua-based configuration.
|
||||
# Until the Home Manager module is updated, we symlink our config instead.
|
||||
|
||||
# wayland.windowManager.hyprland = {
|
||||
# enable = true;
|
||||
# package = null;
|
||||
# portalPackage = null;
|
||||
# xwayland.enable = true;
|
||||
# systemd.variables = [ "--all" ];
|
||||
# };
|
||||
|
||||
home.file = {
|
||||
".config/hypr/config".source =
|
||||
config.lib.file.mkOutOfStoreSymlink "${config.home.homeDirectory}/Projects/hypr/config";
|
||||
|
||||
Reference in New Issue
Block a user