mirror of
https://github.com/daylinmorgan/oizys.git
synced 2024-11-05 01:53:15 -06:00
try out the overlay
This commit is contained in:
parent
095c4c94be
commit
cc74ff1bf3
1 changed files with 5 additions and 2 deletions
|
@ -10,7 +10,7 @@
|
|||
in {
|
||||
config = mkIf cfg.enable {
|
||||
security.pam.services.swaylock = {};
|
||||
programs.hyprland.package = inputs.hyprland.packages.${pkgs.system}.default;
|
||||
# programs.hyprland.package = inputs.hyprland.packages.${pkgs.system}.default;
|
||||
# Optional, hint electron apps to use wayland:
|
||||
environment.sessionVariables.NIXOS_OZONE_WL = "1";
|
||||
|
||||
|
@ -36,6 +36,9 @@ in {
|
|||
catppuccin-cursors.mochaDark
|
||||
pavucontrol
|
||||
];
|
||||
nixpkgs.overlays = [inputs.nixpkgs-wayland.overlay];
|
||||
nixpkgs.overlays = [
|
||||
inputs.nixpkgs-wayland.overlay
|
||||
inputs.hyprland.overlays.default
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue