renamed console.nix to terminal.nix

This commit is contained in:
lsoriano-mcm
2025-06-28 21:17:45 -05:00
parent fba74facdc
commit 79a22e0041
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
...
}: {
imports = [
../modules/console.nix
../modules/terminal.nix
];
programs.home-manager.enable = true;