1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 10:11:08 +01:00

move to wayland

This commit is contained in:
2026-01-06 22:46:12 +01:00
parent 3d9a48c65e
commit cecc249daa
17 changed files with 534 additions and 357 deletions

View File

@@ -54,21 +54,6 @@ in
sshPort = 22022;
theme = {
gtk = {
name = "Adwaita-dark";
package = pkgs.gnome-themes-extra;
};
icon = {
name = "Adwaita";
package = pkgs.adwaita-icon-theme;
};
cursor = {
name = "capitaine-cursors-white";
package = pkgs.capitaine-cursors;
};
};
retiolumAddresses = lib.mapAttrs (_: v: { inherit (v.retiolum) ipv4 ipv6; }) (
lib.filterAttrs (_: v: v ? "retiolum") machines
);