rusty-dotfiles/config.json

59 lines
807 B
JSON
Raw Normal View History

2024-01-01 12:58:14 +00:00
[
{"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"]}
]},
2024-01-01 14:59:32 +00:00
"nvim"
2024-01-01 12:58:14 +00:00
]}
]}
]}
]