added syncthing

This commit is contained in:
Alexander Szczepanski
2021-08-18 06:24:14 +02:00
parent 28a4eddb3b
commit 5cb8fa2dfb
3 changed files with 11 additions and 7 deletions

View File

@ -25,7 +25,6 @@
libsecret
baobab
barrier
bitwarden
blueberry
brave
bspwm
@ -62,13 +61,12 @@
nextcloud-client
pantheon.elementary-gtk-theme
pantheon.elementary-icon-theme
vimix-gtk-themes
polybar
prusa-slicer
pulseaudio-ctl
pinta
signal-desktop
solaar
spotify
sxhkd
teams
transmission-gtk

View File

@ -3,8 +3,10 @@
imports = [ <home-manager/nixos> ];
home-manager.users.alex = { pkgs, ... }: {
home.packages = [
pkgs.cryfs
home.packages = with pkgs; [
spotify
signal-desktop
bitwarden
];
programs = {

View File

@ -22,8 +22,12 @@
home-manager.users.alex = { pkgs, ... }: {
home.enableNixpkgsReleaseCheck = false;
# home.packages = with pkgs; [
# ];
services = {
syncthing = {
enable = true;
};
};
programs = {
ssh = {