rusty-dotfiles/config.json

60 lines
836 B
JSON

[
{"boot": [
{"grub": [
{"themes":
["GradientGuy"]}
]}
]},
{"etc": [
"installList.txt",
"mkinitcpio.conf",
"pacman.conf",
{"default":
["grub"]},
{"pacman.d": ["hooks"]},
{"iwd":
["main.conf"]},
{"udev": [
{"rules.d": [
"60-thrustmaster.rules",
"80-yubikey.rules"
]}
]}
]},
{"usr": [
{"share": [
{"applications": [
"spotify.desktop",
"org.gnome.Evolution.desktop"
]},
{"icons": [
{"default": ["index.theme"]}
]}
]}
]},
{"home": [
{"$USER": [
".zshrc",
{".config": [
"btop",
"dunst",
"eww",
"hypr",
"kitty",
"qt5ct",
"rofi",
"spotify-tui",
"swaylock",
"zsh",
"gtk-3.0",
"cron",
{"systemd": [
{"user": ["spotifyd.service"]}
]},
"nvim",
{".vpn": ["templates"]}
]}
]}
]}
]