Refactor directory structure

This commit is contained in:
2025-09-11 10:56:26 -04:00
parent e426d6a801
commit 91fc437e8e
3 changed files with 3 additions and 3 deletions

View File

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

View File

@@ -36,8 +36,8 @@
* ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIH8P/3yzsruekSaZ9b+yk429VTcfCtI1j8jnkNbPAgnr th3r00t@nixos
'';
imports = [
modules/hyprland.nix
modules/home-manager-common.nix
../modules/hyprland.nix
./common.nix
];
xdg = {
enable = true;