From 28667b7c6f3e187a3b550d9d62ac1e503c054a92 Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Sun, 16 Oct 2022 20:59:27 +0200 Subject: Add idefix config, optional xmonad, deprecate hidpi option --- host/obelix.nix | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'host/obelix.nix') diff --git a/host/obelix.nix b/host/obelix.nix index f4717e8..35bf141 100644 --- a/host/obelix.nix +++ b/host/obelix.nix @@ -3,10 +3,9 @@ { imports = [ ../gui/default.nix + ../gui/xmonad.nix ]; - custom.hidpi = false; - custom.tasks = { "compustream_shell" = { description = "compustream dev shell"; @@ -14,8 +13,4 @@ type = "local-shell"; }; }; - - services.kdeconnect = { - enable = true; - }; } -- cgit v1.2.3