From a3381e46f54ab0af5e2648354e03556c134818d8 Mon Sep 17 00:00:00 2001 From: Devin Finlinson Date: Mon, 4 Sep 2023 20:36:59 -0600 Subject: fixed flake typo --- flake.nix | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 7716746..a9571bb 100644 --- a/flake.nix +++ b/flake.nix @@ -71,16 +71,16 @@ home-manager.useUserPackages = true; home-manager.users.defin = import ./home-manager/home.nix; } - .modules/hyprland.nix - - .modules/bluetooth.nix - .modules/environment.nix - .modules/kde-connect.nix - .modules/nix-common.nix - .modules/services.nix - .modules/steam.nix - .modules/sway.nix - .modules/system-packages.nix + ./modules/hyprland.nix + + ./modules/bluetooth.nix + ./modules/environment.nix + ./modules/kde-connect.nix + ./modules/nix-common.nix + ./modules/services.nix + ./modules/steam.nix + ./modules/sway.nix + ./modules/system-packages.nix ]; }; }; -- cgit v1.2.3