1
Fork 0

Revert "hyprland: Switch back nixpkgs release"

This reverts commit 9226d8a7e6.
This commit is contained in:
caem 2024-08-04 19:47:18 +02:00
parent da4b4616ac
commit b36dbf15c0
Signed by: caem
GPG key ID: 69A830D03203405F
2 changed files with 9 additions and 2 deletions

View file

@ -1,4 +1,4 @@
{ ... }: { inputs, pkgs, ... }:
{ {
services.hyprpaper = { services.hyprpaper = {
@ -17,6 +17,7 @@
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" ];
@ -29,6 +30,11 @@
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 @@
{ pkgs, ...}: { inputs, pkgs, ...}:
{ {
imports = [ imports = [
@ -27,6 +27,7 @@
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;