dotfiles/nixMain/base.rhai
2025-07-19 16:44:43 +02:00

34 lines
1.2 KiB
Plaintext

export let base_config = #{
dconfNixMain: #{ targets: "~/.config/dconf", enabled: true},
dunst: #{ targets: "~/.config/dunst", enabled: true},
htop: #{ targets: "~/.config/htop", enabled: true},
hypr: #{ targets: "~/.config/hypr", enabled: true},
kitty: #{ targets: "~/.config/kitty", enabled: true},
nvtop: #{ targets: "~/.config/nvtop", enabled: true},
nwgdrawer: #{ targets: "~/.config/nwg-drawer", enabled: true},
openrgb: #{ targets: "~/.config/OpenRGB", enabled: true},
qimgv: #{ targets: "~/.config/qimgv", enabled: true},
rofi: #{ targets: "~/.config/rofi", enabled: true},
thunar: #{ targets: #{
"thunar": "~/.config/Thunar",
"xfce": "~/.config/xfce4"
},
enabled: true},
waybar: #{ targets: "~/.config/waybar", enabled: true} ,
yazi: #{ targets: "~/.config/yazi", enabled: true},
minecraft: #{ targets: "~/.local/share/PrismLauncher/instances", enabled: true},
misc: #{ targets: #{
"mimeapps.list": "~/.config/mineapps.list"
},
enabled: true},
themeNixMain: #{
targets: #{
"qt5": "~/.config/qt5ct",
"qt6": "~/.config/qt6ct",
},
enabled: true
}
};