From cb199bb55b3587505adca0450fd491973e07aca8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nikodem=20Rabuli=C5=84ski?= Date: Mon, 22 Jan 2024 20:41:16 +0100 Subject: [PATCH] kogata: use common.desktop module --- hosts/kogata/default.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/hosts/kogata/default.nix b/hosts/kogata/default.nix index 53ed015..da463f8 100644 --- a/hosts/kogata/default.nix +++ b/hosts/kogata/default.nix @@ -6,9 +6,7 @@ }: { nixpkgs.system = "aarch64-darwin"; - settei.user.config = { - home.packages = with pkgs; [alacritty]; - }; + settei.user.config.common.desktop.enable = true; # TODO: Make it a settei module so it's easy to concatenate which pkgs are allowed nixpkgs.config.allowUnfreePredicate = pkg: