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

View file

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