mirror of
https://github.com/tuxdotrs/nix-config.git
synced 2026-08-05 05:46:33 +05:30
feat(desktop): update hyprland configuration
This commit is contained in:
@@ -2,16 +2,17 @@
|
|||||||
flake.modules.homeManager.desktop =
|
flake.modules.homeManager.desktop =
|
||||||
{ config, pkgs, ... }:
|
{ 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.
|
# TODO: Hyprland 0.55 switched to Lua-based configuration.
|
||||||
# Until the Home Manager module is updated, we symlink our config instead.
|
# 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 = {
|
home.file = {
|
||||||
".config/hypr/config".source =
|
".config/hypr/config".source =
|
||||||
config.lib.file.mkOutOfStoreSymlink "${config.home.homeDirectory}/Projects/hypr/config";
|
config.lib.file.mkOutOfStoreSymlink "${config.home.homeDirectory}/Projects/hypr/config";
|
||||||
|
|||||||
Reference in New Issue
Block a user