From 6b7cc6d71b501cfdab632791dc16a60ea03a5122 Mon Sep 17 00:00:00 2001 From: NullBite Date: Thu, 11 Jan 2024 17:20:00 +0100 Subject: [PATCH] temporarily disable hyprland config --- flake.nix | 2 +- hosts/slab/home.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index ae2f703..9e04c8d 100644 --- a/flake.nix +++ b/flake.nix @@ -38,7 +38,7 @@ ./system/plasma.nix ./system/fragments/opengl.nix ./system/gaming.nix - ./system/hyprland.nix + # ./system/hyprland.nix hmModule (hmModuleDefaults // { home-manager.users."${username}" = import ./hosts/slab/home.nix; }) diff --git a/hosts/slab/home.nix b/hosts/slab/home.nix index 3a5f535..00cb09c 100644 --- a/hosts/slab/home.nix +++ b/hosts/slab/home.nix @@ -2,7 +2,7 @@ { imports = [ ../../home/common.nix - ../../home/hyprland.nix + # ../../home/hyprland.nix ]; home.stateVersion = "23.11";