From 70e2a7f0074b66f4f3f6fc1ffbad476fb56d9a45 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Czy=C5=BC?= Date: Sun, 5 Jan 2025 20:21:49 +0100 Subject: [PATCH] feat: added temp hyprland config --- home-manager/home.nix | 2 +- home-manager/system/hyprland.nix | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/home-manager/home.nix b/home-manager/home.nix index db36edd..5df8910 100644 --- a/home-manager/home.nix +++ b/home-manager/home.nix @@ -40,7 +40,7 @@ ./system/dunst.nix ./system/hypr.nix - # ./system/hyprland.nix + ./system/hyprland.nix ./system/rofi.nix ./system/stylix.nix ./system/theme.nix diff --git a/home-manager/system/hyprland.nix b/home-manager/system/hyprland.nix index 811bfb9..8f5ef01 100644 --- a/home-manager/system/hyprland.nix +++ b/home-manager/system/hyprland.nix @@ -2,9 +2,11 @@ lib, pkgs, inputs, - hostname, + config, ... -}: { +}: let + hostname = "zion"; +in { # ------------------------------------------------ # Needed Packages # ------------------------------------------------