devices: flag desktps, install tailscale tray if dektop
This commit is contained in:
parent
e394a6e21e
commit
95eb2fa1cb
4 changed files with 11 additions and 6 deletions
|
|
@ -21,6 +21,7 @@ forDevice (
|
|||
{
|
||||
device,
|
||||
system,
|
||||
isDesktop ? false,
|
||||
home-manager-users ? { },
|
||||
nixosSystem ? inputs.nixpkgs.lib.nixosSystem,
|
||||
...
|
||||
|
|
@ -87,7 +88,7 @@ forDevice (
|
|||
};
|
||||
}
|
||||
]
|
||||
++ lib.optionals (home-manager-users != { }) [
|
||||
++ lib.optionals isDesktop [
|
||||
# Desktop config
|
||||
{
|
||||
home-manager = {
|
||||
|
|
@ -100,6 +101,7 @@ forDevice (
|
|||
# keep-sorted start
|
||||
self.homeModules.gnome-extensions
|
||||
self.homeModules.nano
|
||||
self.homeModules.tailscale
|
||||
self.homeModules.templates
|
||||
self.homeModules.zsh-basics
|
||||
# keep-sorted end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue