From 2f8c662727b6d5bd0a11a240f1af9d787a5b97c7 Mon Sep 17 00:00:00 2001 From: vorboyvo Date: Wed, 31 Jul 2024 22:28:25 +1000 Subject: [PATCH] Removed kwin-tiling and added activate-linux. --- hosts/randolph/home.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/randolph/home.nix b/hosts/randolph/home.nix index 0871294..73d9f9d 100644 --- a/hosts/randolph/home.nix +++ b/hosts/randolph/home.nix @@ -132,7 +132,7 @@ in { ] ++ # Fonts # [ papirus-icon-theme ] ++ # Icons # [ vanilla-dmz ] ++ # Cursor - [ libsForQt5.kwin-tiling ] ++ # Temp + [ activate-linux ] ++ # Temp [ ]; programs.home-manager.enable = true;