Fixed typo

This commit is contained in:
2025-08-20 12:02:58 -04:00
parent d70a0da1a8
commit 6e2a9480ae
2 changed files with 2 additions and 2 deletions

View File

@@ -27,7 +27,7 @@
''; '';
imports = [ imports = [
# modules/hyprland.nix # modules/hyprland.nix
modules/homme-manager-common.nix modules/home-manager-common.nix
]; ];
xdg.enable = true; xdg.enable = true;
programs.nix-index.enable = true; programs.nix-index.enable = true;

View File

@@ -42,7 +42,7 @@
''; '';
imports = [ imports = [
modules/hyprland.nix modules/hyprland.nix
modules/homme-manager-common.nix modules/home-manager-common.nix
]; ];
xdg.enable = true; xdg.enable = true;
programs.nix-index.enable = true; programs.nix-index.enable = true;