devices: flag desktps, install tailscale tray if dektop

This commit is contained in:
müde 2026-05-03 13:53:11 +02:00
parent e394a6e21e
commit 95eb2fa1cb
4 changed files with 11 additions and 6 deletions

View file

@ -38,6 +38,7 @@ in
};
muede-lpt2 = {
system = "x86_64-linux";
isDesktop = true;
home-manager-users = {
inherit (self.homeConfigurations) muede;
};
@ -50,6 +51,7 @@ in
};
muede-pc2 = {
system = "x86_64-linux";
isDesktop = true;
home-manager-users = {
inherit (self.homeConfigurations) muede;
};
@ -63,6 +65,7 @@ in
};
ronja-pc = {
system = "x86_64-linux";
isDesktop = true;
home-manager-users = {
inherit (self.homeConfigurations) ronja;
};