diff --git a/home-manager/linux/programs/hyprland.nix b/home-manager/linux/programs/hyprland.nix index 34f4d1d..d3de4d5 100644 --- a/home-manager/linux/programs/hyprland.nix +++ b/home-manager/linux/programs/hyprland.nix @@ -36,10 +36,10 @@ in with lib; { extraConfig = '' # Set environment variables to force wayland env = XCURSOR_SIZE,24 - env = GDK_BACKEND,wayland,x11 + # env = GDK_BACKEND,wayland,x11 env = QT_QPA_PLATFORM,wayland;xcb env = SDL_VIDEODRIVER,wayland - env = CLUTTER_BACKEND,wayland + # env = CLUTTER_BACKEND,wayland input { kb_layout = us kb_variant = diff --git a/machines/levitation/configuration.nix b/machines/levitation/configuration.nix index f1f67c3..2061e57 100644 --- a/machines/levitation/configuration.nix +++ b/machines/levitation/configuration.nix @@ -60,11 +60,6 @@ in { }; windows = { enable = false; - mount = { - device = "/dev/nvme0n1p2"; - mountPoint = "/mnt/windows"; - keyFile = config.sops.secrets."windows-bitlocker-key".path; - }; }; }; }; @@ -72,7 +67,7 @@ in { networking = { domain = "mccarty.io"; useDHCP = true; - nat.externalInterface = "enp5s0"; + nat.externalInterface = "enp6s0"; # Open ports for soulseek and weylus firewall = { allowedTCPPorts = [ 61377 1701 9001 ];