add: eww config
This commit is contained in:
parent
d861c86079
commit
204212a9d9
11 changed files with 6 additions and 6 deletions
|
|
@ -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;
|
||||||
|
|
|
||||||
|
|
@ -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;
|
||||||
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue