Move modules folders

This commit is contained in:
Filippo Berto 2025-09-11 14:00:31 +02:00
parent 914909009c
commit c1101e7b45
Signed by: bertof
GPG key ID: 9DBF7E6A1D2CE9ED
183 changed files with 327 additions and 327 deletions

View file

@ -14,21 +14,21 @@
};
imports = [
../../hm/modules/combined/minimal.nix
../../hm/combined/minimal.nix
# ../../hm/modules/development/cpp.nix
# ../../hm/modules/development/data.nix
# ../../hm/modules/development/go.nix
# ../../hm/modules/development/javascript.nix
# ../../hm/modules/development/latex.nix
# ../../hm/modules/development/python.nix
# ../../hm/modules/development/rust.nix
# ../../hm/development/cpp.nix
# ../../hm/development/data.nix
# ../../hm/development/go.nix
# ../../hm/development/javascript.nix
# ../../hm/development/latex.nix
# ../../hm/development/python.nix
# ../../hm/development/rust.nix
# ../../hm/modules/fonts.nix
../../hm/modules/helix.nix
# ../../hm/modules/kitty.nix
# ../../hm/modules/megasync.nix
# ../../hm/modules/noti.nix
# ../../hm/fonts.nix
../../hm/helix.nix
# ../../hm/kitty.nix
# ../../hm/megasync.nix
# ../../hm/noti.nix
];
home.stateVersion = "23.05";

View file

@ -12,9 +12,9 @@
};
imports = [
../../hm/modules/combined/minimal.nix
../../hm/combined/minimal.nix
../../hm/modules/shell_aliases.nix
../../hm/shell_aliases.nix
];
home.stateVersion = "23.05";