Added wayland, hyprland and eww

This commit is contained in:
marc
2024-03-02 17:38:35 +01:00
parent 95944b2486
commit 466ddf2cd9
27 changed files with 591 additions and 13 deletions

View File

@@ -3,7 +3,7 @@
with lib;
let
nix-colors-lib = inputs.nix-colors.lib-contrib { inherit pkgs; };
wallpaper = ../../data/wallpapers/simple/tarmac.png;
wallpaper = ../../data/wallpapers/globus.jpg;
in
{
imports = [
@@ -70,6 +70,7 @@ in
inherit wallpaper;
enable = true;
laptop = true;
hyprland.enable = true;
};
# - Editors and development ------------------