From 0cfee889bdced9078c1f1e17c33368d4e41550c4 Mon Sep 17 00:00:00 2001 From: zackartz Date: Thu, 18 Apr 2024 10:36:08 -0400 Subject: [PATCH] 404 current 2024-04-18 10:36:07 24.05.20240416.5672bc9 6.8.4-zen1 nvidiaProduction nvidiaStable nvidiaVulkanBeta --- env/wayland/default.nix | 4 ++-- modules/home-manager/default.nix | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/env/wayland/default.nix b/env/wayland/default.nix index d9af7b2..e86c1b3 100644 --- a/env/wayland/default.nix +++ b/env/wayland/default.nix @@ -6,7 +6,7 @@ imports = [./fonts.nix]; environment.etc."greetd/environments".text = '' - sway + Hyprland ''; services = { @@ -14,7 +14,7 @@ enable = true; settings = rec { initial_session = { - command = "sway --unsupported-gpu"; + command = "Hyprland"; user = "zack"; }; default_session = initial_session; diff --git a/modules/home-manager/default.nix b/modules/home-manager/default.nix index 5c2865d..3f0f86f 100644 --- a/modules/home-manager/default.nix +++ b/modules/home-manager/default.nix @@ -8,8 +8,8 @@ ./swayidle.nix ./vim/default.nix - # ../rice/hyprland - ../rice/sway + ../rice/hyprland + # ../rice/sway ../rice/gtk.nix ../rice/kitty.nix ../rice/waybar