mirror of
https://github.com/daylinmorgan/oizys.git
synced 2024-12-22 14:20:44 -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 {
|
in {
|
||||||
config = mkIf cfg.enable {
|
config = mkIf cfg.enable {
|
||||||
security.pam.services.swaylock = {};
|
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:
|
# Optional, hint electron apps to use wayland:
|
||||||
environment.sessionVariables.NIXOS_OZONE_WL = "1";
|
environment.sessionVariables.NIXOS_OZONE_WL = "1";
|
||||||
|
|
||||||
|
@ -36,6 +36,9 @@ in {
|
||||||
catppuccin-cursors.mochaDark
|
catppuccin-cursors.mochaDark
|
||||||
pavucontrol
|
pavucontrol
|
||||||
];
|
];
|
||||||
nixpkgs.overlays = [inputs.nixpkgs-wayland.overlay];
|
nixpkgs.overlays = [
|
||||||
|
inputs.nixpkgs-wayland.overlay
|
||||||
|
inputs.hyprland.overlays.default
|
||||||
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue