From 1fdbb44df1c3b8c0bab9e36cee3e8167e102efc3 Mon Sep 17 00:00:00 2001 From: Quentin Aristote Date: Fri, 17 Feb 2023 21:22:14 +0100 Subject: add filtron and rss-bridge modules --- modules/nixos/default.nix | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'modules/nixos/default.nix') diff --git a/modules/nixos/default.nix b/modules/nixos/default.nix index 9485a9d..d5f15a2 100644 --- a/modules/nixos/default.nix +++ b/modules/nixos/default.nix @@ -1,13 +1,5 @@ { ... }: { - imports = [ - ./boot.nix - ./environment.nix - ./gui.nix - ./hardware.nix - ./networking.nix - ./nix.nix - ./user.nix - ]; + imports = [ ./filtron.nix ./personal ./rss-bridge.nix ]; } -- cgit v1.2.3