add restruct2

This commit is contained in:
cnst
2024-06-27 18:18:19 +02:00
parent 81e269fade
commit 82a4545886
20 changed files with 81 additions and 15 deletions

View File

@@ -9,7 +9,6 @@
imports = [
inputs.home-manager.nixosModules.home-manager
./adb.nix
./neovim.nix
./zsh.nix
./adampad-pkgs.nix
./fonts.nix

View File

@@ -1,6 +0,0 @@
{
programs.neovim = {
enable = true;
defaultEditor = true;
};
}