From 24a4221fc0f494cad0c385d3cd5f889a43190993 Mon Sep 17 00:00:00 2001 From: tootbrute Date: Sun, 5 Jan 2025 07:58:31 +0800 Subject: [PATCH] Update NixOS config. --- base.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/base.nix b/base.nix index 35dc43e..bfa556d 100644 --- a/base.nix +++ b/base.nix @@ -3,9 +3,9 @@ { imports = [ # I do imports in flakes - ./gnome.nix - ./systemd.nix - ./fonts.nix + ./nixosModules/gnome.nix + ./nixosModules/systemd.nix + ./nixosModules/fonts.nix ]; # Bootloader.