mirror of
https://github.com/kmein/niveum
synced 2026-03-16 10:11:08 +01:00
move to wayland
This commit is contained in:
@@ -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
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user