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
|
additional-setup.md
|
||||||
.gen
|
.gen
|
||||||
|
|
||||||
{{ if eq .chezmoi.os "darwin" }}
|
{{ if eq .chezmoi.osRelease.id "alpine" }}
|
||||||
bin
|
|
||||||
.bash_profile
|
|
||||||
.bashrc
|
|
||||||
.local
|
|
||||||
.nbrc
|
|
||||||
.taskopenrc
|
|
||||||
.taskrc
|
|
||||||
.config/vdirsyncer
|
|
||||||
.config/i3
|
|
||||||
.config/polybar
|
|
||||||
{{ end }}
|
|
||||||
|
|
||||||
{{ if eq .chezmoi.os "android" }}
|
|
||||||
*
|
*
|
||||||
.config/nvim
|
.config/nvim
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
@ -62,23 +62,25 @@
|
|||||||
sway.enable = true;
|
sway.enable = true;
|
||||||
};
|
};
|
||||||
devel = {
|
devel = {
|
||||||
tooling.enable = true;
|
|
||||||
python.enable = true;
|
|
||||||
engineering.enable = true;
|
engineering.enable = true;
|
||||||
notes.enable = true;
|
notes.enable = true;
|
||||||
|
python.enable = true;
|
||||||
|
tooling.enable = true;
|
||||||
};
|
};
|
||||||
gaming = {
|
gaming = {
|
||||||
steam.enable = true;
|
steam.enable = true;
|
||||||
};
|
};
|
||||||
services = {
|
services = {
|
||||||
samba-client.enable = true;
|
#jellyfin.enable = true;
|
||||||
virt-manager.enable = true;
|
|
||||||
syncthing.enable = true;
|
|
||||||
peripherals.enable = true;
|
peripherals.enable = true;
|
||||||
|
samba-client.enable = true;
|
||||||
|
#samba-server.enable = true;
|
||||||
|
syncthing.enable = true;
|
||||||
|
virt-manager.enable = true;
|
||||||
};
|
};
|
||||||
system = {
|
system = {
|
||||||
terminal.enable = true;
|
|
||||||
ssh.enable = true;
|
ssh.enable = true;
|
||||||
|
terminal.enable = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
# Did you read the comment?
|
# Did you read the comment?
|
||||||
|
Loading…
x
Reference in New Issue
Block a user