Autostart nm and syncthing applet on boot

This commit is contained in:
SebastianStork 2024-03-25 19:51:35 +01:00
parent d3ff309fd9
commit af1fe2e180
2 changed files with 75 additions and 4 deletions

View file

@ -1,6 +1,9 @@
{pkgs, ...}: {
myConfig = {
dm.qtile.enable = true;
dm = {
qtile.enable = true;
tray.syncthing.enable = true;
};
vscode.enable = true;
shell = {
bash.enable = true;
@ -45,7 +48,6 @@
hunspellDicts.de_DE
hunspellDicts.en_US
steam
networkmanagerapplet
# Fonts
(nerdfonts.override {fonts = ["JetBrainsMono"];})