From 294bf85538bf27aac778acf83320fbf818c1649d Mon Sep 17 00:00:00 2001 From: NullBite Date: Mon, 19 Feb 2024 10:57:51 +0100 Subject: [PATCH] slab: Enable hyprland flake version --- hosts/slab/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/slab/configuration.nix b/hosts/slab/configuration.nix index 90b1618..0a82a91 100644 --- a/hosts/slab/configuration.nix +++ b/hosts/slab/configuration.nix @@ -40,7 +40,7 @@ fun.enable = true; }; sessions.hyprland.enable = true; - sessions.hyprland.useFlake = false; + sessions.hyprland.useFlake = true; sessions.plasma.enable = lib.mkDefault false; programs = { adb.enable = true;