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