hyprland: Actually use the git release

This commit is contained in:
caem 2024-07-26 20:48:08 +02:00
parent d14dfbf031
commit f563b036a1
Signed by: caem
GPG key ID: 69A830D03203405F
6 changed files with 46 additions and 16 deletions

View file

@ -1,4 +1,4 @@
{ config, pkgs, ... }:
{ inputs, config, pkgs, ... }:
{
imports = [
@ -20,6 +20,9 @@
home-manager = {
useGlobalPkgs = true;
useUserPackages = true;
extraSpecialArgs = {
inherit inputs;
};
users.hu = {
home.username = "hu";
home.homeDirectory = "/home/hu";

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,15 @@
monitor = "DP-1,1920x1080@144,auto,1";
# Freezes Firefox, enable later when useable.
# experimental = {
# explicit_sync = true;
# };
cursor = {
no_hardware_cursors = true;
};
input = {
kb_layout = "gb:intl";
follow_mouse = 1;