Added missing gui.nix imports to home-manager/wayland.nix and home-manager/xorg.nix. Added the eww-wayland package.

This commit is contained in:
Thai Noodles 2024-01-08 19:22:06 -08:00
parent 3880f0e2b7
commit 61f1237ec2
3 changed files with 7 additions and 0 deletions

View File

@ -1,6 +1,9 @@
# Wayland home.nix
{ config, lib, pkgs, inputs, user, ... }:
{
imports = [
./gui.nix
];
xdg.configFile = {
"hyprland" = {
source = ./dots/hypr;

View File

@ -1,6 +1,9 @@
# Xorg home.nix
{ config, lib, pkgs, inputs, user, ... }:
{
imports = [
./gui.nix
];
xresources.properties = {
"*.foreground" = "#f8f8f2";
"*.background" = "#282a36";

View File

@ -43,6 +43,7 @@
bemenu
bemoji
cliphist
eww-wayland
foot
grimblast
hyprpicker