add: eww config

This commit is contained in:
ooks-io 2023-11-13 14:22:53 +13:00
parent d861c86079
commit 204212a9d9
11 changed files with 6 additions and 6 deletions

View file

@ -9,6 +9,7 @@
./cursor.nix ./cursor.nix
./gimp.nix ./gimp.nix
./swaylock.nix ./swaylock.nix
./eww
]; ];
xdg.mimeApps.enable = true; xdg.mimeApps.enable = true;

View file

@ -1,9 +1,8 @@
{ config, pkgs, lib, ... }: { config, pkgs, lib, ... }:
{ {
home.packages = with pkgs; [ eww-wayland ]; programs.eww = {
enable = true;
package = pkgs.eww-wayland;
configDir = ./config;
};
} }