mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 16:21:34 +01:00
Remove the nm-tray module
This commit is contained in:
parent
e9240076e2
commit
d56f0ad920
2 changed files with 20 additions and 50 deletions
|
|
@ -11,10 +11,7 @@
|
|||
wallpaper = ./wallpaper;
|
||||
theming.enable = true;
|
||||
|
||||
tray = {
|
||||
syncthing.enable = osConfig.myConfig.syncthing.enable;
|
||||
networkmanager.enable = osConfig.networking.networkmanager.enable;
|
||||
};
|
||||
tray.syncthing.enable = osConfig.myConfig.syncthing.enable;
|
||||
};
|
||||
|
||||
shell = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue