Aggiunto supporto per nix, alacritty e kitty.
This commit is contained in:
parent
813cf57d54
commit
9017f97a6d
11 changed files with 218 additions and 0 deletions
7
roles/nix/tasks/install/archlinux.yml
Normal file
7
roles/nix/tasks/install/archlinux.yml
Normal file
|
@ -0,0 +1,7 @@
|
|||
---
|
||||
- name: (arch) Installing nix from package management
|
||||
community.general.pacman:
|
||||
name: nix
|
||||
state: present
|
||||
update_cache: true
|
||||
become: true
|
Loading…
Add table
Add a link
Reference in a new issue