This commit is contained in:
2024-02-27 13:59:36 -07:00
9 changed files with 68 additions and 20 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
];