mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 14:01:34 +01:00
Autostart nm and syncthing applet on boot
This commit is contained in:
parent
d3ff309fd9
commit
af1fe2e180
2 changed files with 75 additions and 4 deletions
|
|
@ -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"];})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue