From 61f1237ec20d2c262caae7a0f3ba639e9e9627d2 Mon Sep 17 00:00:00 2001 From: iiogama Date: Mon, 8 Jan 2024 19:22:06 -0800 Subject: [PATCH] Added missing gui.nix imports to home-manager/wayland.nix and home-manager/xorg.nix. Added the eww-wayland package. --- home-manager/wayland.nix | 3 +++ home-manager/xorg.nix | 3 +++ nixos/wayland.nix | 1 + 3 files changed, 7 insertions(+) diff --git a/home-manager/wayland.nix b/home-manager/wayland.nix index ebfc022..1fe8190 100644 --- a/home-manager/wayland.nix +++ b/home-manager/wayland.nix @@ -1,6 +1,9 @@ # Wayland home.nix { config, lib, pkgs, inputs, user, ... }: { + imports = [ + ./gui.nix + ]; xdg.configFile = { "hyprland" = { source = ./dots/hypr; diff --git a/home-manager/xorg.nix b/home-manager/xorg.nix index 8655687..eb05017 100644 --- a/home-manager/xorg.nix +++ b/home-manager/xorg.nix @@ -1,6 +1,9 @@ # Xorg home.nix { config, lib, pkgs, inputs, user, ... }: { + imports = [ + ./gui.nix + ]; xresources.properties = { "*.foreground" = "#f8f8f2"; "*.background" = "#282a36"; diff --git a/nixos/wayland.nix b/nixos/wayland.nix index bf32526..c4eb4bf 100644 --- a/nixos/wayland.nix +++ b/nixos/wayland.nix @@ -43,6 +43,7 @@ bemenu bemoji cliphist + eww-wayland foot grimblast hyprpicker