Vinegar changes, multi monitor in bspwm, color changes

This commit is contained in:
2024-02-03 09:05:49 +00:00
parent 8bef0233ba
commit 3fad9cba18
9 changed files with 62 additions and 21 deletions

View File

@@ -8,6 +8,11 @@
# options.custom.hyprland.enable = lib.mkEnable "hyprland";
config = {
# Tell electron apps it's wayland time
home.sessionVariables = {
"NIXOS_OZONE_WL = 1"
}
home.packages = [
pkgs.swaybg
];