change ignore for alpine

This commit is contained in:
Tyler Starr 2023-09-17 21:41:32 -07:00
parent 8f770b691c
commit 3d0d64e065
2 changed files with 9 additions and 20 deletions

View File

@ -6,20 +6,7 @@ provision
additional-setup.md
.gen
{{ if eq .chezmoi.os "darwin" }}
bin
.bash_profile
.bashrc
.local
.nbrc
.taskopenrc
.taskrc
.config/vdirsyncer
.config/i3
.config/polybar
{{ end }}
{{ if eq .chezmoi.os "android" }}
{{ if eq .chezmoi.osRelease.id "alpine" }}
*
.config/nvim
{{ end }}

View File

@ -62,23 +62,25 @@
sway.enable = true;
};
devel = {
tooling.enable = true;
python.enable = true;
engineering.enable = true;
notes.enable = true;
python.enable = true;
tooling.enable = true;
};
gaming = {
steam.enable = true;
};
services = {
samba-client.enable = true;
virt-manager.enable = true;
syncthing.enable = true;
#jellyfin.enable = true;
peripherals.enable = true;
samba-client.enable = true;
#samba-server.enable = true;
syncthing.enable = true;
virt-manager.enable = true;
};
system = {
terminal.enable = true;
ssh.enable = true;
terminal.enable = true;
};
};
# Did you read the comment?