1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"path": "/home/me/.nedots",
"root": [
"/etc/X11/xorg.conf.d/10-outputs.conf",
"/etc/X11/xorg.conf.d/20-inputs.conf"
],
"user": [
".bashrc",
".config/alacritty",
".gitconfig",
".local/bin/i3lock",
".nanorc",
".profile",
".Xresources",
".xsettingsd"
],
"packages": {
"core": {
"fedora": [
"alacritty",
"firefox",
"fish"
]
},
"x11": {
"fedora": [
"bspwm",
"picom",
"polybar"
]
},
"wayland": {
"fedora": []
},
"flatpak": [
{
"remote": "flathub",
"url": "https://flathub.org/repo/flathub.flatpakrepo",
"packages": [
"com.spotify.Client",
"org.gimp.GIMP"
]
}
]
}
}