Aggiunto supporto per nix, alacritty e kitty.

This commit is contained in:
Emiliano Vavassori 2024-10-01 00:51:46 +02:00
parent 813cf57d54
commit 9017f97a6d
11 changed files with 218 additions and 0 deletions

View file

@ -0,0 +1,9 @@
---
- name: (deb) installing nix from package manager
ansible.builtin.apt:
name:
- nix-bin
- nix-setup-systemd
state: present
update_cache: true
become: true