From 8b5e5079e5fd00eadf2e3926c104e4ecf99a5779 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Wed, 4 Sep 2024 19:57:20 -0700 Subject: refac --- modules/default.nix | 20 +++++--------------- 1 file changed, 5 insertions(+), 15 deletions(-) (limited to 'modules/default.nix') diff --git a/modules/default.nix b/modules/default.nix index e491f13..c18ed49 100644 --- a/modules/default.nix +++ b/modules/default.nix @@ -1,20 +1,10 @@ { imports = [ - ./boot - ./environment - ./programs - ./security ./hardware - ./networking - ./services - ./datetime.nix - ./nix.nix - ./nixpkgs.nix - ./system.nix - ./users.nix - ./virtualisation.nix - ./xdg-portal.nix + ./multimedia + ./nix + ./security + ./system + ./virtualisation ]; - - location.provider = "geoclue2"; } -- cgit v1.2.3