hyprland: Actually use the git release
This commit is contained in:
parent
d14dfbf031
commit
f563b036a1
6 changed files with 46 additions and 16 deletions
|
@ -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";
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue