temporarily disable hyprland config

This commit is contained in:
NullBite 2024-01-11 17:20:00 +01:00
parent 9d7bf8bbb6
commit 6b7cc6d71b
Signed by: nullbite
GPG Key ID: 6C4D545385D4925A
2 changed files with 2 additions and 2 deletions

View File

@ -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;
})

View File

@ -2,7 +2,7 @@
{
imports = [
../../home/common.nix
../../home/hyprland.nix
# ../../home/hyprland.nix
];
home.stateVersion = "23.11";