home: use xdg.configFile where appropriate

restic-rest-server
Simon Bruder 2020-11-07 14:37:17 +01:00
parent 148a9e2a8e
commit f02590d824
No known key found for this signature in database
GPG Key ID: 6F03E0000CC5B62F
2 changed files with 7 additions and 5 deletions

View File

@ -1,6 +1,6 @@
{
home.file = {
".config/htop/htoprc".text = ''
xdg.configFile = {
"htop/htoprc".text = ''
color_scheme=6
'';
};

View File

@ -215,9 +215,9 @@ in
export _JAVA_AWT_WM_NONREPARENTING=1
'';
};
home.file = {
xdg.configFile = {
# home-managers waybar module performs additional checks that are overly strict
".config/waybar/config".text = builtins.toJSON {
"waybar/config".text = builtins.toJSON {
layer = "top";
position = "top";
height = 24;
@ -375,9 +375,11 @@ in
tooltip-format = "<big>{:%Y %B}</big>\n<tt><small>{calendar}</small></tt>";
};
};
".config/waybar/style.css".source = pkgs.substituteAll ({
"waybar/style.css".source = pkgs.substituteAll ({
src = ../files/waybar/style.css;
} // solarized);
};
home.file = {
".zprofile".text = ''
if [[ -z $WAYLAND_DISPLAY ]] && [[ $(tty) = /dev/tty1 ]] && command -v sway >/dev/null ; then
systemctl --user start graphical-session.target