From 6d55a76dce737ad551b6b39c333729977e264bcb Mon Sep 17 00:00:00 2001 From: Cameron Reed Date: Thu, 11 Jan 2024 08:57:08 -0700 Subject: [PATCH] Use the correct directory name --- hosts/nixos/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/nixos/configuration.nix b/hosts/nixos/configuration.nix index 9a4ba9f..30067c9 100644 --- a/hosts/nixos/configuration.nix +++ b/hosts/nixos/configuration.nix @@ -10,7 +10,7 @@ in { (common_dir + /bootloader/systemd-boot.nix) (common_dir + /users/users.nix) - (common_dir + /display-manager/tuigreet.nix) + (common_dir + /login-manager/tuigreet.nix) (common_dir + /desktop/sway.nix) ];