13 lines
124 B
Nix
13 lines
124 B
Nix
{
|
|
config,
|
|
pkgs,
|
|
myConfig,
|
|
...
|
|
}: {
|
|
wayland.windowManager.hyprland.settings = {
|
|
env = [
|
|
""
|
|
];
|
|
};
|
|
}
|