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";