mirror of
https://github.com/librephoenix/nixos-config
synced 2025-12-16 14:34:00 +05:30
Added syncthing
This commit is contained in:
parent
63d3ba55b0
commit
c0a326d183
3 changed files with 9 additions and 2 deletions
|
|
@ -42,6 +42,7 @@
|
|||
networkmanager_dmenu
|
||||
feh
|
||||
git
|
||||
syncthing
|
||||
|
||||
# Office
|
||||
libreoffice-qt
|
||||
|
|
@ -146,6 +147,8 @@
|
|||
dosfstools
|
||||
];
|
||||
|
||||
services.syncthing.enable = true;
|
||||
|
||||
home.file.".librewolf/librewolf.overrides.cfg".text = ''
|
||||
defaultPref("font.name.serif.x-western","Inconsolata");
|
||||
defaultPref("font.size.variable.x-western",20);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue