Testing. BBreaking Things

This commit is contained in:
iFargle 2023-08-14 15:04:03 +09:00
parent 5761e2e9cd
commit f211254ec6
2 changed files with 17 additions and 14 deletions

View file

@ -0,0 +1,16 @@
{...}: {
# Called from: /hosts/${hostname}/desktops/hyprland-conf.nix
# https://yewtu.be/watch?v=tWQB1NDDA9c
# Waybar configuration
"~/.config/waybar/config.jsonc" = {
enable = true;
executable = false;
text = "";
}
# Waybar theming
"~/.config/waybar/style.css" = {
enable = true;
executable = false;
text = "";
};
}

View file

@ -202,20 +202,7 @@
# Waybar Configs:
import = [
./waybar/gruvbox.nix
../../../desktops/hyprland/waybar/gruvbox.nix
];
# https://yewtu.be/watch?v=tWQB1NDDA9c
# Waybar configuration
"~/.config/waybar/config.jsonc" = {
enable = true;
executable = false;
text = "";
}
# Waybar theming
"~/.config/waybar/style.css" = {
enable = true;
executable = false;
text = "";
};
}
}