feat(gnome): add tailscale-status extension
This commit is contained in:
parent
8679912bfb
commit
5bffccc02e
2 changed files with 5 additions and 2 deletions
desktop
|
@ -1,14 +1,16 @@
|
|||
{ config, pkgs, ... }:
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
environment.systemPackages = with pkgs;
|
||||
with gnomeExtensions; [
|
||||
gnome.dconf-editor
|
||||
gnome.gnome-tweaks
|
||||
gnome.zenity
|
||||
native-window-placement
|
||||
appindicator
|
||||
pop-shell
|
||||
gnome-bedtime
|
||||
tailscale-status
|
||||
];
|
||||
|
||||
services.xserver.displayManager.gdm.enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue