mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 17:43:55 -05:00
home/hyprland: vars.nix -> settings.nix
This commit is contained in:
parent
071b3ae117
commit
cdcce3d885
|
@ -10,7 +10,7 @@ in {
|
||||||
wayland.windowManager.hyprland = {
|
wayland.windowManager.hyprland = {
|
||||||
enable = true;
|
enable = true;
|
||||||
settings =
|
settings =
|
||||||
import ./vars.nix {inherit config lib pkgs;};
|
import ./settings.nix {inherit config lib pkgs;};
|
||||||
|
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
submap=resize
|
submap=resize
|
||||||
|
|
Loading…
Reference in a new issue