mirror of
https://github.com/starr-dusT/dotfiles.git
synced 2025-02-19 19:27:31 -08:00
change ignore for alpine
This commit is contained in:
parent
8f770b691c
commit
3d0d64e065
@ -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 }}
|
||||
|
@ -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?
|
||||
|
Loading…
x
Reference in New Issue
Block a user