From 1125aaa49aec6a220fd3b9d03076fec398b35a14 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sat, 9 Apr 2022 09:42:03 -0700 Subject: add a few more modules to home/ and delete stuff --- hosts/aptos/home.nix | 1 + hosts/aptos/profile.nix | 2 ++ 2 files changed, 3 insertions(+) (limited to 'hosts') diff --git a/hosts/aptos/home.nix b/hosts/aptos/home.nix index 1215168..c7e0dab 100644 --- a/hosts/aptos/home.nix +++ b/hosts/aptos/home.nix @@ -1,6 +1,7 @@ { pkgs, ... }: { my.home = { packages.enable = true; + elements.enable = true; fish.enable = true; git.enable = true; go.enable = true; diff --git a/hosts/aptos/profile.nix b/hosts/aptos/profile.nix index d1272c3..a7f81f1 100644 --- a/hosts/aptos/profile.nix +++ b/hosts/aptos/profile.nix @@ -3,5 +3,7 @@ # Laptop specific configuration laptop.enable = true; desktop.enable = true; + multimedia.enable = true; + trusted.enable = true; }; } -- cgit 1.4.1