1
Fork 0

hyprland: Switch back nixpkgs release

Firefox keeps imploding
This commit is contained in:
caem 2024-07-26 20:54:10 +02:00
parent f563b036a1
commit 9226d8a7e6
Signed by: caem
GPG key ID: 69A830D03203405F
2 changed files with 2 additions and 9 deletions

View file

@ -1,4 +1,4 @@
{ inputs, pkgs, ... }: { ... }:
{ {
services.hyprpaper = { services.hyprpaper = {
@ -17,7 +17,6 @@
wayland.windowManager.hyprland = { wayland.windowManager.hyprland = {
enable = true; enable = true;
package = inputs.hyprland.packages.${pkgs.stdenv.hostPlatform.system}.hyprland;
systemd = { systemd = {
enable = true; enable = true;
variables = [ "--all" ]; variables = [ "--all" ];
@ -30,11 +29,6 @@
monitor = "DP-1,1920x1080@144,auto,1"; monitor = "DP-1,1920x1080@144,auto,1";
# Freezes Firefox, enable later when useable.
# experimental = {
# explicit_sync = true;
# };
cursor = { cursor = {
no_hardware_cursors = true; no_hardware_cursors = true;
}; };

View file

@ -1,4 +1,4 @@
{ inputs, pkgs, ...}: { pkgs, ...}:
{ {
imports = [ imports = [
@ -27,7 +27,6 @@
programs.hyprland = { programs.hyprland = {
enable = true; enable = true;
package = inputs.hyprland.packages.${pkgs.stdenv.hostPlatform.system}.hyprland;
}; };
services.gnome.gnome-keyring.enable = true; services.gnome.gnome-keyring.enable = true;