Revert "hyprland: Switch back nixpkgs release"
This reverts commit 9226d8a7e6
.
This commit is contained in:
parent
da4b4616ac
commit
b36dbf15c0
2 changed files with 9 additions and 2 deletions
|
@ -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;
|
||||
};
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue