[neovim] Adds configs. Auto-sessions doesn't load properly.

This commit is contained in:
2025-02-04 09:57:37 -08:00
parent cc6705d3b9
commit 6c1f099e12
7 changed files with 90 additions and 15 deletions

View File

@@ -29,19 +29,5 @@
inherit nixpkgs;
};
};
# nixosConfigurations.drew-desktop = nixpkgs.lib.nixosSystem {
# system = "x86_64-linux";
# modules = [
# ./configuration.nix
# ./hardware-configuration.nix
# inputs.home-manager.nixosModules.home-manager
# {
# home-manager.useGlobalPkgs = true;
# home-manager.users.drew = import ./home-manager/drew.nix;
# home-manager.extraSpecialArgs = { inherit inputs; };
# }
# ];
# specialArgs = { inherit inputs; };
# };
};
}