From 2a73a5899124fa15c3962b9bd385ebd415a0ccf9 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Tue, 10 Jun 2025 13:06:48 +0530 Subject: Add dashboard for linking services --- configuration.nix | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'configuration.nix') diff --git a/configuration.nix b/configuration.nix index 9d1b067..45b34ab 100644 --- a/configuration.nix +++ b/configuration.nix @@ -2,14 +2,15 @@ # your system. Help is available in the configuration.nix(5) man page # and in the NixOS manual (accessible by running ‘nixos-help’). -{ config, pkgs, ... }: +{ pkgs, ... }: { imports = [ ./modules/hardware.nix ./modules/users.nix - ./modules/network/default.nix - ./modules/media/default.nix + ./modules/network + ./modules/media + ./modules/dashboard ]; nixpkgs.config.allowUnfree = true; -- cgit v1.3.1