feat/nix #3
1 changed files with 4 additions and 0 deletions
|
@ -7,6 +7,10 @@
|
||||||
".config/hypr/hyprland.conf.d".source = ./hyprland.conf.d;
|
".config/hypr/hyprland.conf.d".source = ./hyprland.conf.d;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
home.packages = [
|
||||||
|
pkgs.egl-wayland # For NVIDIA compatibility
|
||||||
|
];
|
||||||
|
|
||||||
wayland.windowManager.hyprland = {
|
wayland.windowManager.hyprland = {
|
||||||
enable = true;
|
enable = true;
|
||||||
extraConfig = builtins.readFile ./hyprland.conf;
|
extraConfig = builtins.readFile ./hyprland.conf;
|
||||||
|
|
Loading…
Reference in a new issue