feat: Added icons for homepage
This commit is contained in:
19
home/services/eww.nix
Normal file
19
home/services/eww.nix
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
pkgs,
|
||||
device,
|
||||
lib,
|
||||
...
|
||||
}: let
|
||||
activate_linux = pkgs.fetchFromGitHub {
|
||||
owner = "Nycta-b424b3c7";
|
||||
repo = "eww_activate-linux";
|
||||
rev = "master";
|
||||
sha256 = "sha256-CHNkRYR4F9JGMrNubHu+XzkwwI3IHzh93nuS7/Plhe4=";
|
||||
};
|
||||
in {
|
||||
programs.eww = {
|
||||
enable = device.hasGui && pkgs.stdenv.isLinux;
|
||||
enableFishIntegration = true;
|
||||
configDir = activate_linux;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user