wayland: add XDPH to hosts/satori and add initial hyprland+foot configs and implement lib/colors.nix to home/natto

Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
This commit is contained in:
2023-01-24 11:37:03 +05:30
parent 5fef417fb0
commit af6cc679ee
8 changed files with 231 additions and 11 deletions

8
hosts/satori/wayland.nix Normal file
View File

@@ -0,0 +1,8 @@
{ inputs, pkgs, ... }:
{
xdg.portal = {
enable = true;
extraPortals = [ inputs.hyprland.packages.${pkgs.system}.xdg-desktop-portal-hyprland ];
};
}