diff --git a/softwares/userstation.sls b/softwares/userstation.sls new file mode 100644 index 0000000..57858f0 --- /dev/null +++ b/softwares/userstation.sls @@ -0,0 +1,32 @@ +{% if grains['kernel'] == 'Linux' %} +include: +# - linux.update + - linux.VMSwappiness + - linux.MesPaquets +# - linux.SSHPubKeys + - softwares.chrome + - softwares.vlc + - softwares.multimedia + - softwares.teamviewer + - softwares.nextcloud-client + +Installons les logiciels: + pkg.installed: + - pkgs: + - calibre + - thunderbird + - libreoffice-help-fr + - libreoffice-langpack-fr + - keepass + - filezilla + - fuse-sshfs + - fuse-encfs + - ncftp + - xsane + - system-config-printer + - gnome-tweaks + +# timedatectl set-timezone Europe/Paris +Europe/Paris: + timezone.system +{% endif %} \ No newline at end of file