feat: added temp hyprland config

This commit is contained in:
2025-01-05 20:21:49 +01:00
parent c893411fb8
commit 70e2a7f007
2 changed files with 5 additions and 3 deletions

View File

@@ -40,7 +40,7 @@
./system/dunst.nix ./system/dunst.nix
./system/hypr.nix ./system/hypr.nix
# ./system/hyprland.nix ./system/hyprland.nix
./system/rofi.nix ./system/rofi.nix
./system/stylix.nix ./system/stylix.nix
./system/theme.nix ./system/theme.nix

View File

@@ -2,9 +2,11 @@
lib, lib,
pkgs, pkgs,
inputs, inputs,
hostname, config,
... ...
}: { }: let
hostname = "zion";
in {
# ------------------------------------------------ # ------------------------------------------------
# Needed Packages # Needed Packages
# ------------------------------------------------ # ------------------------------------------------